Skip to content

Commit

Permalink
infra: update compression level to the max (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbeCoull authored Aug 22, 2024
1 parent 09bdeb3 commit 931dc3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbi/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ phases:
- conda env create --name $BRAKET_ENV -f environment.yml --no-default-package --solver libmamba
- pip cache purge
- conda pack --quiet --name $BRAKET_ENV --output envs/Braket.tar --compress-level 1 --n-threads -1
- zstd -16 envs/Braket.tar -T0 --auto-threads=logical --rsyncable --sparse
- zstd -22 --ultra envs/Braket.tar -T0 --auto-threads=logical --rsyncable --sparse
- du -hs envs/Braket.tar.zst

artifacts:
Expand Down

0 comments on commit 931dc3c

Please sign in to comment.