File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ if [ "${AUDITWHEEL_ARCH}" == "i686" ] && [ "$(uname -m)" == "x86_64" ]; then
66 linux32 " $@ "
77elif [ " ${AUDITWHEEL_ARCH} " == " armv7l" ] && [ " $( uname -m) " != " armv7l" ]; then
88 if [ " $( linux32 uname -m) " == " armv8l" ]; then
9- export _PYTHON_HOST_PLATFORM=" linux_armv7l "
9+ export _PYTHON_HOST_PLATFORM=" linux-armv7l "
1010 fi
1111 linux32 " $@ "
1212else
Original file line number Diff line number Diff line change @@ -97,9 +97,8 @@ for PYTHON in /opt/python/*/bin/python; do
9797 echo " invalid answer, expecting 42"
9898 exit 1
9999 fi
100- if [ " ${PYVERS} " != " 3.6" ] && [ " ${PYVERS} " != " 3.7" ] && [ " ${IMPLEMENTATION} " != " graalpy" ] && [ " ${AUDITWHEEL_POLICY: 0: 9} _${AUDITWHEEL_ARCH} " != " musllinux_s390x" ] && [ " ${AUDITWHEEL_ARCH} " != " armv7l " ] && [ " ${AUDITWHEEL_ARCH} " != " riscv64" ]; then
100+ if [ " ${PYVERS} " != " 3.6" ] && [ " ${PYVERS} " != " 3.7" ] && [ " ${IMPLEMENTATION} " != " graalpy" ] && [ " ${AUDITWHEEL_POLICY: 0: 9} _${AUDITWHEEL_ARCH} " != " musllinux_s390x" ] && [ " ${AUDITWHEEL_ARCH} " != " riscv64" ]; then
101101 # no uv on musllinux s390x
102- # FIXME, armv7l test fails on Travis CI but works with qemu (maybe armv8l vs armv7l ?)
103102 UV_PYTHON=/tmp/uv-test-${IMPLEMENTATION}${PYVERS} /bin/python
104103 uv venv --python ${PYTHON} /tmp/uv-test-${IMPLEMENTATION}${PYVERS}
105104 uv pip install --python ${UV_PYTHON} ${REPAIRED_WHEEL}
You can’t perform that action at this time.
0 commit comments