ci: Bump CMake 3.16.4 -> 3.17.2
This commit is contained in:
@@ -9,11 +9,11 @@ RUN dnf -y update \
|
||||
&& dnf -y groupinstall "Development Tools" \
|
||||
&& dnf clean all \
|
||||
&& rm -rf /var/cache/dnf
|
||||
# Install CMake 3.16.4
|
||||
RUN wget "https://cmake.org/files/v3.16/cmake-3.16.4-Linux-x86_64.sh" \
|
||||
&& chmod a+x cmake-3.16.4-Linux-x86_64.sh \
|
||||
&& ./cmake-3.16.4-Linux-x86_64.sh --prefix=/usr/local/ --skip-license \
|
||||
&& rm cmake-3.16.4-Linux-x86_64.sh
|
||||
# Install CMake 3.17.2
|
||||
RUN wget "https://cmake.org/files/v3.17/cmake-3.17.2-Linux-x86_64.sh" \
|
||||
&& chmod a+x cmake-3.17.2-Linux-x86_64.sh \
|
||||
&& ./cmake-3.17.2-Linux-x86_64.sh --prefix=/usr/local/ --skip-license \
|
||||
&& rm cmake-3.17.2-Linux-x86_64.sh
|
||||
CMD [ "/usr/bin/bash" ]
|
||||
|
||||
FROM base AS swig
|
||||
|
||||
@@ -9,11 +9,11 @@ RUN apt-get update -qq \
|
||||
git wget libssl-dev build-essential \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
# Install CMake 3.16.4
|
||||
RUN wget "https://cmake.org/files/v3.16/cmake-3.16.4-Linux-x86_64.sh" \
|
||||
&& chmod a+x cmake-3.16.4-Linux-x86_64.sh \
|
||||
&& ./cmake-3.16.4-Linux-x86_64.sh --prefix=/usr/local/ --skip-license \
|
||||
&& rm cmake-3.16.4-Linux-x86_64.sh
|
||||
# Install CMake 3.17.2
|
||||
RUN wget "https://cmake.org/files/v3.17/cmake-3.17.2-Linux-x86_64.sh" \
|
||||
&& chmod a+x cmake-3.17.2-Linux-x86_64.sh \
|
||||
&& ./cmake-3.17.2-Linux-x86_64.sh --prefix=/usr/local/ --skip-license \
|
||||
&& rm cmake-3.17.2-Linux-x86_64.sh
|
||||
CMD [ "/bin/bash" ]
|
||||
|
||||
FROM base AS swig
|
||||
|
||||
@@ -8,11 +8,11 @@ RUN apt-get update -qq \
|
||||
&& apt-get install -yq git wget libssl-dev build-essential \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
# Install CMake 3.16.4
|
||||
RUN wget "https://cmake.org/files/v3.16/cmake-3.16.4-Linux-x86_64.sh" \
|
||||
&& chmod a+x cmake-3.16.4-Linux-x86_64.sh \
|
||||
&& ./cmake-3.16.4-Linux-x86_64.sh --prefix=/usr/local/ --skip-license \
|
||||
&& rm cmake-3.16.4-Linux-x86_64.sh
|
||||
# Install CMake 3.17.2
|
||||
RUN wget "https://cmake.org/files/v3.17/cmake-3.17.2-Linux-x86_64.sh" \
|
||||
&& chmod a+x cmake-3.17.2-Linux-x86_64.sh \
|
||||
&& ./cmake-3.17.2-Linux-x86_64.sh --prefix=/usr/local/ --skip-license \
|
||||
&& rm cmake-3.17.2-Linux-x86_64.sh
|
||||
CMD [ "/usr/bin/bash" ]
|
||||
|
||||
FROM base AS swig
|
||||
|
||||
@@ -10,11 +10,11 @@ RUN dnf -y update \
|
||||
&& dnf -y groupinstall "Development Tools" \
|
||||
&& dnf clean all \
|
||||
&& rm -rf /var/cache/dnf
|
||||
# Install CMake 3.16.4
|
||||
RUN wget "https://cmake.org/files/v3.16/cmake-3.16.4-Linux-x86_64.sh" \
|
||||
&& chmod a+x cmake-3.16.4-Linux-x86_64.sh \
|
||||
&& ./cmake-3.16.4-Linux-x86_64.sh --prefix=/usr/local/ --skip-license \
|
||||
&& rm cmake-3.16.4-Linux-x86_64.sh
|
||||
# Install CMake 3.17.2
|
||||
RUN wget "https://cmake.org/files/v3.17/cmake-3.17.2-Linux-x86_64.sh" \
|
||||
&& chmod a+x cmake-3.17.2-Linux-x86_64.sh \
|
||||
&& ./cmake-3.17.2-Linux-x86_64.sh --prefix=/usr/local/ --skip-license \
|
||||
&& rm cmake-3.17.2-Linux-x86_64.sh
|
||||
CMD [ "/usr/bin/bash" ]
|
||||
|
||||
FROM base AS swig
|
||||
|
||||
@@ -10,11 +10,11 @@ RUN apt-get update -qq \
|
||||
autoconf libtool zlib1g-dev lsb-release \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
# Install CMake 3.16.4
|
||||
RUN wget "https://cmake.org/files/v3.16/cmake-3.16.4-Linux-x86_64.sh" \
|
||||
&& chmod a+x cmake-3.16.4-Linux-x86_64.sh \
|
||||
&& ./cmake-3.16.4-Linux-x86_64.sh --prefix=/usr/local/ --skip-license \
|
||||
&& rm cmake-3.16.4-Linux-x86_64.sh
|
||||
# Install CMake 3.17.2
|
||||
RUN wget "https://cmake.org/files/v3.17/cmake-3.17.2-Linux-x86_64.sh" \
|
||||
&& chmod a+x cmake-3.17.2-Linux-x86_64.sh \
|
||||
&& ./cmake-3.17.2-Linux-x86_64.sh --prefix=/usr/local/ --skip-license \
|
||||
&& rm cmake-3.17.2-Linux-x86_64.sh
|
||||
CMD [ "/bin/bash" ]
|
||||
|
||||
FROM base AS swig
|
||||
|
||||
@@ -10,11 +10,11 @@ RUN apt-get update -qq \
|
||||
autoconf libtool zlib1g-dev lsb-release \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
# Install CMake 3.16.4
|
||||
RUN wget "https://cmake.org/files/v3.16/cmake-3.16.4-Linux-x86_64.sh" \
|
||||
&& chmod a+x cmake-3.16.4-Linux-x86_64.sh \
|
||||
&& ./cmake-3.16.4-Linux-x86_64.sh --prefix=/usr/local/ --skip-license \
|
||||
&& rm cmake-3.16.4-Linux-x86_64.sh
|
||||
# Install CMake 3.17.2
|
||||
RUN wget "https://cmake.org/files/v3.17/cmake-3.17.2-Linux-x86_64.sh" \
|
||||
&& chmod a+x cmake-3.17.2-Linux-x86_64.sh \
|
||||
&& ./cmake-3.17.2-Linux-x86_64.sh --prefix=/usr/local/ --skip-license \
|
||||
&& rm cmake-3.17.2-Linux-x86_64.sh
|
||||
CMD [ "/usr/bin/bash" ]
|
||||
|
||||
FROM base AS swig
|
||||
|
||||
@@ -20,11 +20,11 @@ RUN yum -y update \
|
||||
&& yum clean all \
|
||||
&& rm -rf /var/cache/yum
|
||||
|
||||
# Install CMake 3.16.4
|
||||
RUN wget "https://cmake.org/files/v3.16/cmake-3.16.4-Linux-x86_64.sh" \
|
||||
&& chmod a+x cmake-3.16.4-Linux-x86_64.sh \
|
||||
&& ./cmake-3.16.4-Linux-x86_64.sh --prefix=/usr --skip-license \
|
||||
&& rm cmake-3.16.4-Linux-x86_64.sh
|
||||
# Install CMake 3.17.2
|
||||
RUN wget "https://cmake.org/files/v3.17/cmake-3.17.2-Linux-x86_64.sh" \
|
||||
&& chmod a+x cmake-3.17.2-Linux-x86_64.sh \
|
||||
&& ./cmake-3.17.2-Linux-x86_64.sh --prefix=/usr --skip-license \
|
||||
&& rm cmake-3.17.2-Linux-x86_64.sh
|
||||
|
||||
# Install Swig
|
||||
RUN curl --location-trusted \
|
||||
|
||||
Reference in New Issue
Block a user