Skip to content

Commit c0155fc

Browse files
committed
ci: pin cmake 3.31 in ubuntu 20.04 earthly image
1 parent 98b1f15 commit c0155fc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docker/ci/linux-build.Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ RUN dpkg --add-architecture i386 \
99
ca-certificates \
1010
git \
1111
cmake \
12+
python3-pip \
1213
build-essential \
1314
pkg-config \
1415
binutils \
1516
gcc-multilib \
1617
g++-multilib \
1718
libssl-dev:i386 \
1819
tar \
20+
&& pip3 install --no-cache-dir "cmake==3.31.6" \
21+
&& cmake --version \
1922
&& rm -rf /var/lib/apt/lists/*
20-

0 commit comments

Comments
 (0)