File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed 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