Skip to content

Commit b2fe68d

Browse files
committed
Skip auditwheel test on musllinux
Disable this check temporarily until auditwheel support musllinux.
1 parent 971e616 commit b2fe68d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/run_tests.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ for PYTHON in /opt/python/*/bin/python; do
4343
done
4444

4545
# minimal tests for tools that should be present
46-
auditwheel --version
46+
47+
if [ "${AUDITWHEEL_POLICY}" != "musllinux_1_1" ]; then
48+
auditwheel --version
49+
fi
4750
autoconf --version
4851
automake --version
4952
libtoolize --version

0 commit comments

Comments
 (0)