File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
src/ci/docker/host-x86_64 Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ RUN yum upgrade -y && \
1212 automake \
1313 bzip2 \
1414 file \
15- cmake3 \
1615 gcc \
1716 gcc-c++ \
1817 git \
@@ -35,7 +34,7 @@ RUN yum upgrade -y && \
3534 zlib-devel.x86_64 \
3635 && yum clean all
3736
38- RUN mkdir -p /rustroot/bin && ln -s /usr/bin/cmake3 /rustroot/bin/cmake
37+ RUN mkdir -p /rustroot/bin
3938
4039ENV PATH=/rustroot/bin:$PATH
4140ENV LD_LIBRARY_PATH=/rustroot/lib64:/rustroot/lib32:/rustroot/lib
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ RUN yum upgrade -y && \
1212 automake \
1313 bzip2 \
1414 file \
15- cmake3 \
1615 gcc \
1716 gcc-c++ \
1817 git \
@@ -35,7 +34,7 @@ RUN yum upgrade -y && \
3534 zlib-devel.x86_64 \
3635 && yum clean all
3736
38- RUN mkdir -p /rustroot/bin && ln -s /usr/bin/cmake3 /rustroot/bin/cmake
37+ RUN mkdir -p /rustroot/bin
3938
4039ENV PATH=/rustroot/bin:$PATH
4140ENV LD_LIBRARY_PATH=/rustroot/lib64:/rustroot/lib32:/rustroot/lib
You can’t perform that action at this time.
0 commit comments