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 34a91e6 commit eaa5cd0Copy full SHA for eaa5cd0
.ci/docker/manywheel/Dockerfile_ppc64le
@@ -106,7 +106,7 @@ RUN mkdir -p /build_scripts && \
106
#ADD ./common/install_cpython.sh /build_scripts/install_cpython.sh
107
ENV SSL_CERT_FILE=
108
# # Run the build script
109
-# RUN bash /build_scripts/build.sh && rm -r /build_scripts
+RUN bash /build_scripts/build.sh && rm -r /build_scripts
110
#RUN bash build_scripts/build.sh && rm -r build_scripts
111
#RUN bash build_scripts/build.sh || (echo "Checksum verification failed!" && exit 1)
112
0 commit comments