From 2a03bb74dd9793ae3011cb5f27cdad9d083b771e Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 24 Sep 2021 21:11:13 +1000 Subject: [PATCH] Downgrade auditwheel on Linux --- config.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.sh b/config.sh index c00a1b25e..f619abceb 100644 --- a/config.sh +++ b/config.sh @@ -98,6 +98,10 @@ function pre_build { } function pip_wheel_cmd { + if [ -z "$IS_MACOS" ]; then + pipx install --force "auditwheel<5" + fi + local abs_wheelhouse=$1 if [ -z "$IS_MACOS" ]; then CFLAGS="$CFLAGS --std=c99" # for Raqm