8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e8ab1 commit eb0427bCopy full SHA for eb0427b
travis_config.sh
@@ -16,6 +16,7 @@ function bdist_wheel_cmd {
16
local abs_wheelhouse=$1
17
CI_BUILD=1 pip wheel --wheel-dir="$PWD/dist" . --verbose $BDIST_PARAMS
18
cp dist/*.whl $abs_wheelhouse
19
+ /opt/python/cp37-cp37m/bin/python patch_auditwheel_whitelist.py
20
if [ -n "$USE_CCACHE" -a -z "$BREW_BOOTSTRAP_MODE" ]; then ccache -s; fi
21
}
22
@@ -26,7 +27,6 @@ else
26
27
echo " > Linux environment "
28
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/Qt5.15.0/lib
29
export MAKEFLAGS="-j$(grep -E '^processor[[:space:]]*:' /proc/cpuinfo | wc -l)"
- /opt/python/cp37-cp37m/bin/python patch_auditwheel_whitelist.py
30
fi
31
32
if [ -n "$IS_OSX" ]; then
0 commit comments