Skip to content

Commit bccf82e

Browse files
nightly build changes except 313
1 parent 8afd505 commit bccf82e

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

.ci/docker/manywheel/Dockerfile_ppc64le

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ FROM patchelf as python
9090
COPY manywheel/build_scripts /build_scripts
9191
ADD ./common/install_cpython.sh /build_scripts/install_cpython.sh
9292
ENV SSL_CERT_FILE=
93-
#RUN bash build_scripts/build.sh && rm -r build_scripts
94-
RUN bash build_scripts/build.sh || (echo "Checksum verification failed!" && exit 1)
93+
RUN bash build_scripts/build.sh && rm -r build_scripts
94+
#RUN bash build_scripts/build.sh || (echo "Checksum verification failed!" && exit 1)
9595

9696
FROM base as final
9797
COPY --from=python /opt/python /opt/python

.ci/docker/manywheel/build_scripts/build.sh

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -87,22 +87,6 @@ ln -s $($PY39_BIN/python -c 'import certifi; print(certifi.where())') \
8787
# Dockerfiles:
8888
export SSL_CERT_FILE=/opt/_internal/certs.pem
8989

90-
######################
91-
# Remove old file if it exists
92-
rm -f curl-7.73.0.tar.bz2
93-
94-
# Download the file
95-
curl -sLO https://curl.askapache.com/download/curl-7.73.0.tar.bz2
96-
97-
# Verify SHA256 Checksum
98-
echo "cf34fe0b07b800f1c01a499a6e8b2af548f6d0e044dca4a29d88a4bee146d131 curl-7.73.0.tar.bz2" | sha256sum -c -
99-
100-
# If checksum fails, exit with an error
101-
if [ $? -ne 0 ]; then
102-
echo "Error: SHA256 checksum mismatch for curl-7.73.0.tar.bz2"
103-
exit 1
104-
fi
105-
#############################
10690
# Install newest curl
10791
build_curl $CURL_ROOT $CURL_HASH
10892
rm -rf /usr/local/include/curl /usr/local/lib/libcurl* /usr/local/lib/pkgconfig/libcurl.pc

0 commit comments

Comments
 (0)