Skip to content

Commit 3d43232

Browse files
using normal runner minimal dockerfile1
1 parent e06b21c commit 3d43232

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.ci/docker/manywheel/Dockerfile_ppc64le

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ RUN yum -y install epel-release && \
6969
# Ensure the correct Python version is used
7070
#ENV PATH=/opt/python/cp312-cp312/bin:$PATH
7171
# Add gcc-toolset to the path
72-
# ENV PATH=/opt/rh/gcc-toolset-${DEVTOOLSET_VERSION}/root/usr/bin:$PATH
73-
# ENV LD_LIBRARY_PATH=/opt/rh/gcc-toolset-${DEVTOOLSET_VERSION}/root/usr/lib64:/opt/rh/gcc-toolset-${DEVTOOLSET_VERSION}/root/usr/lib:$LD_LIBRARY_PATH
72+
ENV PATH=/opt/rh/gcc-toolset-${DEVTOOLSET_VERSION}/root/usr/bin:$PATH
73+
ENV LD_LIBRARY_PATH=/opt/rh/gcc-toolset-${DEVTOOLSET_VERSION}/root/usr/lib64:/opt/rh/gcc-toolset-${DEVTOOLSET_VERSION}/root/usr/lib:$LD_LIBRARY_PATH
7474

7575
# Configure git to avoid safe directory issues
76-
# RUN git config --global --add safe.directory "*"
76+
RUN git config --global --add safe.directory "*"
7777

7878
# installed python doesn't have development parts. Rebuild it from scratch
79-
# RUN /bin/rm -rf /opt/_internal /opt/python /usr/local/*/*
79+
RUN /bin/rm -rf /opt/_internal /opt/python /usr/local/*/*
8080

8181
# EPEL for cmake
8282
# FROM base as patchelf

0 commit comments

Comments
 (0)