Skip to content

Commit fdabff0

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

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
@@ -20,7 +20,7 @@ AUTOCONF_HASH=954bd69b391edc12d6a4a51a2dd1476543da5c6bbf05a95b59dc0dd6fd4c2969
2020
MY_DIR=$(dirname "${BASH_SOURCE[0]}")
2121
source $MY_DIR/build_utils.sh
2222

23-
if [ "$(uname -m)" != "s390x" ] ; then
23+
if [ "$(uname -m)" != "s390x" && "$(uname -m)" != "ppc64le" ] ; then
2424
# Dependencies for compiling Python that we want to remove from
2525
# the final image after compiling Python
2626
PYTHON_COMPILE_DEPS="zlib-devel bzip2-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel db4-devel libpcap-devel xz-devel libffi-devel"

0 commit comments

Comments
 (0)