You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using sccache in GitHub Actions to make cache for building a firefox fork.
And the GitHub Actions Cache is only 10GB.
So the higher compression level is preferred because of lacking cache storage size.
Thank you for reading this issue!
The text was updated successfully, but these errors were encountered:
Thank you for good project!
It will be good if I can change the compression level with Environment Variable.
Currently, the cache level seems constant 3, default level.
https://github.com/mozilla/sccache/blob/main/src%2Fcache%2Fcache.rs#L293-L293
I am using sccache in GitHub Actions to make cache for building a firefox fork.
And the GitHub Actions Cache is only 10GB.
So the higher compression level is preferred because of lacking cache storage size.
Thank you for reading this issue!
The text was updated successfully, but these errors were encountered: