Skip to content

Commit 7208af9

Browse files
build script comment manylinux check
1 parent 296cce4 commit 7208af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/docker/manywheel/Dockerfile_ppc64le

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ FROM base as openssl
6767
# (In order to have a proper SSL module, Python is compiled
6868
# against a recent openssl [see env vars above], which is linked
6969
# statically. We delete openssl afterwards.)
70-
ADD ./common/install_openssl.sh install_openssl.sh
70+
ADD ./common/install_openssl-ppc64le.sh install_openssl.sh
7171
RUN bash ./install_openssl.sh && rm install_openssl.sh
7272
ENV SSL_CERT_FILE=/opt/_internal/certs.pem
7373

0 commit comments

Comments
 (0)