CI: fix CMake installation for 32 and 64bit dist
Linux
This commit is contained in:
parent
ff8fe76c0e
commit
6c4437e3d2
@ -12,7 +12,6 @@ RUN yum upgrade -y && \
|
|||||||
automake \
|
automake \
|
||||||
bzip2 \
|
bzip2 \
|
||||||
file \
|
file \
|
||||||
cmake3 \
|
|
||||||
gcc \
|
gcc \
|
||||||
gcc-c++ \
|
gcc-c++ \
|
||||||
git \
|
git \
|
||||||
@ -35,7 +34,7 @@ RUN yum upgrade -y && \
|
|||||||
zlib-devel.x86_64 \
|
zlib-devel.x86_64 \
|
||||||
&& yum clean all
|
&& yum clean all
|
||||||
|
|
||||||
RUN mkdir -p /rustroot/bin && ln -s /usr/bin/cmake3 /rustroot/bin/cmake
|
RUN mkdir -p /rustroot/bin
|
||||||
|
|
||||||
ENV PATH=/rustroot/bin:$PATH
|
ENV PATH=/rustroot/bin:$PATH
|
||||||
ENV LD_LIBRARY_PATH=/rustroot/lib64:/rustroot/lib32:/rustroot/lib
|
ENV LD_LIBRARY_PATH=/rustroot/lib64:/rustroot/lib32:/rustroot/lib
|
||||||
|
@ -12,7 +12,6 @@ RUN yum upgrade -y && \
|
|||||||
automake \
|
automake \
|
||||||
bzip2 \
|
bzip2 \
|
||||||
file \
|
file \
|
||||||
cmake3 \
|
|
||||||
gcc \
|
gcc \
|
||||||
gcc-c++ \
|
gcc-c++ \
|
||||||
git \
|
git \
|
||||||
@ -35,7 +34,7 @@ RUN yum upgrade -y && \
|
|||||||
zlib-devel.x86_64 \
|
zlib-devel.x86_64 \
|
||||||
&& yum clean all
|
&& yum clean all
|
||||||
|
|
||||||
RUN mkdir -p /rustroot/bin && ln -s /usr/bin/cmake3 /rustroot/bin/cmake
|
RUN mkdir -p /rustroot/bin
|
||||||
|
|
||||||
ENV PATH=/rustroot/bin:$PATH
|
ENV PATH=/rustroot/bin:$PATH
|
||||||
ENV LD_LIBRARY_PATH=/rustroot/lib64:/rustroot/lib32:/rustroot/lib
|
ENV LD_LIBRARY_PATH=/rustroot/lib64:/rustroot/lib32:/rustroot/lib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user