Skip to content

Commit 31cb150

Browse files
committed
Update CMake to 3.15 (required by ninja)
1 parent 95efb00 commit 31cb150

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ COPY host-x86_64/dist-x86_64-linux/build-python.sh /tmp/
8888
# Build Python 3 needed for LLVM 12.
8989
RUN ./build-python.sh 3.9.1
9090

91-
# LLVM needs cmake 3.13.4 or higher.
91+
# Ninja needs cmake 3.15 or higher.
9292
COPY host-x86_64/dist-x86_64-linux/build-cmake.sh /tmp/
9393
RUN ./build-cmake.sh
9494

src/ci/docker/host-x86_64/dist-x86_64-linux/build-cmake.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -ex
44
source shared.sh
55

6-
CMAKE=3.13.4
6+
CMAKE=3.15.6
77
curl -L https://github.com/Kitware/CMake/releases/download/v$CMAKE/cmake-$CMAKE.tar.gz | tar xzf -
88

99
mkdir cmake-build

0 commit comments

Comments
 (0)