Skip to content

Commit c625367

Browse files
committed
ENH: Install ninja for linux aarch64 remote module builds
1 parent a7d75b0 commit c625367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/internal/manylinux-aarch64-build-module-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Run this script inside a dockcross container to build Python wheels for an aarch ITK module.
44
cd /work
5-
yum -y install sudo
5+
yum -y install sudo ninja-build
66
/opt/python/cp39-cp39/bin/python -m pip install -r /ITKPythonPackage/requirements-dev.txt
77
for PYBIN in "${PYBINARIES[@]}"; do
88
${PYBIN}/pip install -r /ITKPythonPackage/requirements-dev.txt

0 commit comments

Comments
 (0)