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'd like to configure zstd compression for my cache, and was surprised to find this is not configurable. Can this be supported by an env var?
For example, sccache supports SCCACHE_CACHE_ZSTD_LEVEL (default: 3) which significantly modifies cache size.
My understanding is that this repo is the source of the zstd functionality in the actions/cache Action (and in turn, the likes of prefix-dev/setup-pixi which delegate caching to the cache action and hence to this toolkit action).
As such, the ability to configure the zstd compression level in this toolkit action would be immediately useful to me if it allowed configuration via environment variable (as is done in sccache).
I'd like to configure zstd compression for my cache, and was surprised to find this is not configurable. Can this be supported by an env var?
For example, sccache supports
SCCACHE_CACHE_ZSTD_LEVEL
(default: 3) which significantly modifies cache size.My understanding is that this repo is the source of the zstd functionality in the
actions/cache
Action (and in turn, the likes ofprefix-dev/setup-pixi
which delegate caching to the cache action and hence to this toolkit action).As such, the ability to configure the zstd compression level in this toolkit action would be immediately useful to me if it allowed configuration via environment variable (as is done in sccache).
The text was updated successfully, but these errors were encountered: