Skip to content

Commit

Permalink
Use cmake 3.26, which is available in AlmaLinux 8 (#8896)
Browse files Browse the repository at this point in the history
prtest:full
  • Loading branch information
elliottt authored Jul 2, 2024
1 parent 07d1b21 commit 58b4d09
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ci/docker/x86_64-linux/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
FROM almalinux:8

RUN dnf install -y git gcc make

# The CMake in AlmaLinux 8 was a bit too old for us to use so download one from
# CMake's own releases and use that instead.
RUN curl -L https://github.com/Kitware/CMake/releases/download/v3.29.3/cmake-3.29.3-linux-x86_64.tar.gz | tar xzf -
ENV PATH=$PATH:/cmake-3.29.3-linux-x86_64/bin
RUN dnf install -y git gcc make cmake

ENV PATH=$PATH:/rust/bin

0 comments on commit 58b4d09

Please sign in to comment.