CI: fix CMake installation for 32 and 64bit dist Linux

This commit is contained in:
Jakub Beránek 2023-07-25 13:32:44 +02:00
parent ff8fe76c0e
commit 6c4437e3d2
No known key found for this signature in database
GPG Key ID: 909CD0D26483516B
2 changed files with 2 additions and 4 deletions

View File

@ -12,7 +12,6 @@ RUN yum upgrade -y && \
automake \
bzip2 \
file \
cmake3 \
gcc \
gcc-c++ \
git \
@ -35,7 +34,7 @@ RUN yum upgrade -y && \
zlib-devel.x86_64 \
&& 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 LD_LIBRARY_PATH=/rustroot/lib64:/rustroot/lib32:/rustroot/lib

View File

@ -12,7 +12,6 @@ RUN yum upgrade -y && \
automake \
bzip2 \
file \
cmake3 \
gcc \
gcc-c++ \
git \
@ -35,7 +34,7 @@ RUN yum upgrade -y && \
zlib-devel.x86_64 \
&& 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 LD_LIBRARY_PATH=/rustroot/lib64:/rustroot/lib32:/rustroot/lib