Skip to content

Commit

Permalink
Update publish-cloudsmith.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Jan 15, 2025
1 parent df6e763 commit 72d5c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/publish-cloudsmith.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ for pkg_file in cross-build-release/release/*/*."$EXT"; do
cd "$zipDir" || exit 255
if [[ "${zipName}" =~ "full" ]]; then
export XZ_DEFAULTS='--threads=4'
xz -z -c -v -8e --threads=4 --memory=90% "${zipName}" > ../../../tmp/"${zipName}".xz
xz -z -c -v -9 --threads=4 --memory=90% "${zipName}" > ../../../tmp/"${zipName}".xz
else
export XZ_DEFAULTS='--threads=4'
xz -z -c -v -9e --threads=4 --memory=90% "${zipName}" > ../../../tmp/"${zipName}".xz
Expand Down

0 comments on commit 72d5c66

Please sign in to comment.