File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.ci/docker/manywheel/build_scripts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ AUTOCONF_HASH=954bd69b391edc12d6a4a51a2dd1476543da5c6bbf05a95b59dc0dd6fd4c2969
2020MY_DIR=$( dirname " ${BASH_SOURCE[0]} " )
2121source $MY_DIR /build_utils.sh
2222
23- if [ " $( uname -m) " != " s390x" && " $( uname -m) " != " ppc64le" ] ; 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"
@@ -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" && " $( uname -m) " != " ppc64le" ] ; 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
You can’t perform that action at this time.
0 commit comments