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 eaa53de commit fdabff0Copy full SHA for fdabff0
.ci/docker/manywheel/build_scripts/build.sh
@@ -20,7 +20,7 @@ AUTOCONF_HASH=954bd69b391edc12d6a4a51a2dd1476543da5c6bbf05a95b59dc0dd6fd4c2969
20
MY_DIR=$(dirname "${BASH_SOURCE[0]}")
21
source $MY_DIR/build_utils.sh
22
23
-if [ "$(uname -m)" != "s390x" ] ; then
+if [ "$(uname -m)" != "s390x" && "$(uname -m)" != "ppc64le" ] ; then
24
# Dependencies for compiling Python that we want to remove from
25
# the final image after compiling Python
26
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