We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95efb00 commit 31cb150Copy full SHA for 31cb150
src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
@@ -88,7 +88,7 @@ COPY host-x86_64/dist-x86_64-linux/build-python.sh /tmp/
88
# Build Python 3 needed for LLVM 12.
89
RUN ./build-python.sh 3.9.1
90
91
-# LLVM needs cmake 3.13.4 or higher.
+# Ninja needs cmake 3.15 or higher.
92
COPY host-x86_64/dist-x86_64-linux/build-cmake.sh /tmp/
93
RUN ./build-cmake.sh
94
src/ci/docker/host-x86_64/dist-x86_64-linux/build-cmake.sh
@@ -3,7 +3,7 @@
3
set -ex
4
source shared.sh
5
6
-CMAKE=3.13.4
+CMAKE=3.15.6
7
curl -L https://github.com/Kitware/CMake/releases/download/v$CMAKE/cmake-$CMAKE.tar.gz | tar xzf -
8
9
mkdir cmake-build
0 commit comments