File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ def is_manylinux2014_compatible():
50
50
"linux-ppc64" ,
51
51
"linux-ppc64le" ,
52
52
"linux-s390x" ,
53
+ "linux-riscv64" ,
53
54
]:
54
55
return False
55
56
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ for PYTHON in /opt/python/*/bin/python; do
97
97
echo " invalid answer, expecting 42"
98
98
exit 1
99
99
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" ]; then
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
101
101
# no uv on musllinux s390x
102
102
# FIXME, armv7l test fails on Travis CI but works with qemu (maybe armv8l vs armv7l ?)
103
103
# FIXME, ppc64le test fails on Travis CI but works with qemu
You can’t perform that action at this time.
0 commit comments