Skip to content

Commit

Permalink
Skip auditwheel test on musllinux
Browse files Browse the repository at this point in the history
Disable this check temporarily until auditwheel support musllinux.
  • Loading branch information
lkollar committed Sep 1, 2021
1 parent 971e616 commit b2fe68d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ for PYTHON in /opt/python/*/bin/python; do
done

# minimal tests for tools that should be present
auditwheel --version

if [ "${AUDITWHEEL_POLICY}" != "musllinux_1_1" ]; then
auditwheel --version
fi
autoconf --version
automake --version
libtoolize --version
Expand Down

0 comments on commit b2fe68d

Please sign in to comment.