Skip to content

Commit

Permalink
#2115: CI: use CMake 3.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs authored and thearusable committed Mar 29, 2023
1 parent 7f31e00 commit b852188
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ci/docker/ubuntu-18.04-gnu-docs.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ENV MPI_EXTRA_FLAGS="" \
PATH=/usr/lib/ccache/:$PATH

COPY ./ci/deps/cmake.sh cmake.sh
RUN ./cmake.sh 3.23.0
RUN ./cmake.sh 3.23.4

ENV PATH=/cmake/bin/:$PATH

Expand Down
2 changes: 1 addition & 1 deletion ci/docker/ubuntu-20.04-gnu-openmpi-cpp.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ENV CC=gcc \
CXX=g++

COPY ./ci/deps/cmake.sh cmake.sh
RUN ./cmake.sh 3.23.0
RUN ./cmake.sh 3.23.4

ENV PATH=/cmake/bin/:$PATH
ENV LESSCHARSET=utf-8
Expand Down
2 changes: 1 addition & 1 deletion ci/docker/ubuntu-clang-cpp.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ COPY ./ci/deps/libunwind.sh libunwind.sh
RUN ./libunwind.sh 1.6.2

COPY ./ci/deps/cmake.sh cmake.sh
RUN ./cmake.sh 3.23.0
RUN ./cmake.sh 3.23.4

ENV PATH=/cmake/bin/:$PATH
ENV LESSCHARSET=utf-8
Expand Down
2 changes: 1 addition & 1 deletion ci/docker/ubuntu-gnu-cpp.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ENV CC=gcc \
CXX=g++

COPY ./ci/deps/cmake.sh cmake.sh
RUN ./cmake.sh 3.23.0
RUN ./cmake.sh 3.23.4

ENV PATH=/cmake/bin/:$PATH
ENV LESSCHARSET=utf-8
Expand Down
2 changes: 1 addition & 1 deletion ci/docker/ubuntu-nvidia-cpp.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ENV CC=gcc \
CXX=g++

COPY ./ci/deps/cmake.sh cmake.sh
RUN ./cmake.sh 3.23.0
RUN ./cmake.sh 3.23.4

ENV PATH=/cmake/bin/:$PATH
ENV LESSCHARSET=utf-8
Expand Down

0 comments on commit b852188

Please sign in to comment.