Skip to content

Commit 9136a39

Browse files
nightly build changes except 313
1 parent 634f946 commit 9136a39

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.ci/docker/manywheel/Dockerfile_ppc64le

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,18 +85,11 @@ ADD ./common/install_patchelf.sh install_patchelf.sh
8585
RUN bash ./install_patchelf.sh && rm install_patchelf.sh
8686
RUN cp $(which patchelf) /patchelf
8787

88-
FROM patchelf as python
89-
# build python
90-
COPY manywheel/build_scripts /build_scripts
91-
ADD ./common/install_cpython.sh /build_scripts/install_cpython.sh
92-
ENV SSL_CERT_FILE=
93-
RUN bash build_scripts/build.sh && rm -r build_scripts
9488

9589
FROM base as final
9690
COPY --from=python /opt/python /opt/python
9791
COPY --from=python /opt/_internal /opt/_internal
9892
COPY --from=python /opt/python/cp39-cp39/bin/auditwheel /usr/local/bin/auditwheel
99-
COPY --from=patchelf /usr/local/bin/patchelf /usr/local/bin/patchelf
10093

10194
RUN alternatives --set python /usr/bin/python3.12
10295
RUN alternatives --set python3 /usr/bin/python3.12

0 commit comments

Comments
 (0)