Skip to content

Commit

Permalink
chore: use max threads for zstd compression
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 23, 2024
1 parent a899155 commit a3f792a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@ if [[ "$os" == "windows" ]]; then
else
XZ_OPT=-9 tar -acf "$basename.tar.xz" mise
GZIP=-9 tar -acf "$basename.tar.gz" mise
ZSTD_NBTHREADS=4 ZSTD_CLEVEL=19 tar -acf "$basename.tar.zst" mise
ZSTD_NBTHREADS=0 ZSTD_CLEVEL=19 tar -acf "$basename.tar.zst" mise
ls -oh "$basename.tar.xz"
fi

0 comments on commit a3f792a

Please sign in to comment.