We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aad709b commit 354e95aCopy full SHA for 354e95a
src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh
@@ -25,6 +25,7 @@ INC="/rustroot/include:/usr/include"
25
# disable them. BOLT is used for optimizing LLVM.
26
hide_output \
27
cmake ../llvm \
28
+ -GNinja \
29
-DCMAKE_C_COMPILER=/rustroot/bin/gcc \
30
-DCMAKE_CXX_COMPILER=/rustroot/bin/g++ \
31
-DCMAKE_BUILD_TYPE=Release \
@@ -39,8 +40,8 @@ hide_output \
39
40
-DLLVM_ENABLE_PROJECTS="clang;lld;compiler-rt;bolt" \
41
-DC_INCLUDE_DIRS="$INC"
42
-hide_output make -j$(nproc)
43
-hide_output make install
+hide_output ninja
44
+hide_output ninja install
45
46
cd ../..
47
rm -rf llvm-project
0 commit comments