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,10 +97,9 @@ 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} " != " ppc64le " ] && [ " ${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} " != " armv7l" ] && [ " ${AUDITWHEEL_ARCH} " != " riscv64" ]; then
101101 # no uv on musllinux s390x
102102 # FIXME, armv7l test fails on Travis CI but works with qemu (maybe armv8l vs armv7l ?)
103- # FIXME, ppc64le test fails on Travis CI but works with qemu
104103 UV_PYTHON=/tmp/uv-test-${IMPLEMENTATION}${PYVERS} /bin/python
105104 uv venv --python ${PYTHON} /tmp/uv-test-${IMPLEMENTATION}${PYVERS}
106105 uv pip install --python ${UV_PYTHON} ${REPAIRED_WHEEL}
You can’t perform that action at this time.
0 commit comments