Skip to content

Commit b3d20ba

Browse files
added openssl ppc64le sc
1 parent 1362b82 commit b3d20ba

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.ci/docker/common/install_openssl.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ set -ex
44

55
OPENSSL=openssl-1.1.1k
66

7-
export CFLAGS="-O0"
8-
export CXXFLAGS="-O0"
97
wget -q -O "${OPENSSL}.tar.gz" "https://ossci-linux.s3.amazonaws.com/${OPENSSL}.tar.gz"
108
tar xf "${OPENSSL}.tar.gz"
119
cd "${OPENSSL}"

.ci/docker/manywheel/Dockerfile_ppc64le

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ FROM base as openssl
7272
RUN ulimit -s unlimited
7373

7474
ADD ./common/install_openssl-ppc64le.sh install_openssl.sh
75-
RUN bash ./install_openssl.sh && rm install_openssl.sh
75+
RUN export CFLAGS="-O0" && \
76+
bash ./install_openssl.sh && rm install_openssl.sh
7677
ENV SSL_CERT_FILE=/opt/_internal/certs.pem
7778

7879
# EPEL for cmake

0 commit comments

Comments
 (0)