ci use zstd to compress cache
This commit is contained in:
parent
4f1bd26064
commit
f3f15724d2
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@ set -eu
|
||||||
set -f # disable globbing
|
set -f # disable globbing
|
||||||
export IFS=' '
|
export IFS=' '
|
||||||
echo "Uploading paths" $OUT_PATHS
|
echo "Uploading paths" $OUT_PATHS
|
||||||
exec /nix/var/nix/profiles/default/bin/nix copy --to "s3://nixcache?endpoint=s3.cy7.sh" $OUT_PATHS
|
exec /nix/var/nix/profiles/default/bin/nix copy --to "s3://nixcache?endpoint=s3.cy7.sh&compression=zstd" $OUT_PATHS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue