Skip to content

Commit 7662bdd

Browse files
updated build.sh for ppc
1 parent fdabff0 commit 7662bdd

File tree

1 file changed

+1
-1
lines changed
  • .ci/docker/manywheel/build_scripts

1 file changed

+1
-1
lines changed

.ci/docker/manywheel/build_scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ ln -s $PY39_BIN/auditwheel /usr/local/bin/auditwheel
9292

9393
# Clean up development headers and other unnecessary stuff for
9494
# final image
95-
if [ "$(uname -m)" != "s390x" ] ; then
95+
if [ "$(uname -m)" != "s390x" && "$(uname -m)" != "ppc64le"] ; then
9696
yum -y erase wireless-tools gtk2 libX11 hicolor-icon-theme \
9797
avahi freetype bitstream-vera-fonts \
9898
${PYTHON_COMPILE_DEPS} || true > /dev/null 2>&1

0 commit comments

Comments
 (0)