diff --git a/scripts/build-wheels.sh b/scripts/build-wheels.sh index c722c716445c6de6d16330cee2c39617c6c731a0..34c8cd714b914738ca44922211409dd79ed8e0d4 100755 --- a/scripts/build-wheels.sh +++ b/scripts/build-wheels.sh @@ -33,6 +33,8 @@ function stop_spinner { #start_spinner +git config --global --add safe.directory /io + curl https://tiker.net/tmp/.tmux.conf yum install -y git yum openssl-devel ruby @@ -55,9 +57,6 @@ cat /deps/ocl-icd/COPYING >> /io/LICENSE # Compile wheels for PYBIN in /opt/python/*/bin; do - if [[ "${PYBIN}" == *cp310* ]]; then - continue - fi # Build with the oldest numpy available to be compatible with newer ones "${PYBIN}/pip" install oldest-supported-numpy pybind11 mako "${PYBIN}/pip" wheel /io/ -w wheelhouse/ --no-deps