Skip to content

Commit 5450624

Browse files
committed
ENH: Improve macOS, Linux, tarball compression options
1 parent 07c6dee commit 5450624

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

scripts/dockcross-manylinux-build-tarball.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,8 @@ tar -c --to-stdout \
1616
ITKPythonPackage/oneTBB* \
1717
ITKPythonPackage/scripts > ITKPythonBuilds-linux.tar
1818
$zstd_exe -f \
19+
-10 \
20+
-T6 \
21+
--long=31 \
1922
./ITKPythonBuilds-linux.tar \
2023
-o ./ITKPythonBuilds-linux.tar.zst

scripts/macpython-build-tarball.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ tar -cf ITKPythonBuilds-macosx${arch_postfix}.tar \
1717
ITKPythonPackageRequiredExtractionDir.txt \
1818
ITKPythonPackage/scripts
1919
zstd -f \
20-
-15 \
20+
-10 \
21+
-T6 \
22+
--long=31 \
2123
./ITKPythonBuilds-macosx${arch_postfix}.tar \
2224
-o ./ITKPythonBuilds-macosx${arch_postfix}.tar.zst
2325
popd > /dev/null

0 commit comments

Comments
 (0)