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 fdabff0 commit 7662bddCopy full SHA for 7662bdd
.ci/docker/manywheel/build_scripts/build.sh
@@ -92,7 +92,7 @@ ln -s $PY39_BIN/auditwheel /usr/local/bin/auditwheel
92
93
# Clean up development headers and other unnecessary stuff for
94
# final image
95
-if [ "$(uname -m)" != "s390x" ] ; then
+if [ "$(uname -m)" != "s390x" && "$(uname -m)" != "ppc64le"] ; then
96
yum -y erase wireless-tools gtk2 libX11 hicolor-icon-theme \
97
avahi freetype bitstream-vera-fonts \
98
${PYTHON_COMPILE_DEPS} || true > /dev/null 2>&1
0 commit comments