File tree 2 files changed +2
-4
lines changed
src/ci/docker/host-x86_64
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 && \
12
12
automake \
13
13
bzip2 \
14
14
file \
15
- cmake3 \
16
15
gcc \
17
16
gcc-c++ \
18
17
git \
@@ -35,7 +34,7 @@ RUN yum upgrade -y && \
35
34
zlib-devel.x86_64 \
36
35
&& yum clean all
37
36
38
- RUN mkdir -p /rustroot/bin && ln -s /usr/bin/cmake3 /rustroot/bin/cmake
37
+ RUN mkdir -p /rustroot/bin
39
38
40
39
ENV PATH=/rustroot/bin:$PATH
41
40
ENV 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 && \
12
12
automake \
13
13
bzip2 \
14
14
file \
15
- cmake3 \
16
15
gcc \
17
16
gcc-c++ \
18
17
git \
@@ -35,7 +34,7 @@ RUN yum upgrade -y && \
35
34
zlib-devel.x86_64 \
36
35
&& yum clean all
37
36
38
- RUN mkdir -p /rustroot/bin && ln -s /usr/bin/cmake3 /rustroot/bin/cmake
37
+ RUN mkdir -p /rustroot/bin
39
38
40
39
ENV PATH=/rustroot/bin:$PATH
41
40
ENV LD_LIBRARY_PATH=/rustroot/lib64:/rustroot/lib32:/rustroot/lib
You can’t perform that action at this time.
0 commit comments