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 2dfd6d0 commit 02963e6Copy full SHA for 02963e6
.ci/monolithic-windows.sh
@@ -54,13 +54,13 @@ cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \
54
-DLLVM_INCLUDE_UTILS=ON \
55
-DLLVM_INSTALL_UTILS=ON
56
57
-ninja -C "${BUILD_DIR}" -k 0 install
58
-
59
start-group "ninja"
60
61
# Targets are not escaped as they are passed as separate arguments.
62
ninja -C "${BUILD_DIR}" -k 0 ${targets} |& tee ninja.log
63
+ninja -C "${BUILD_DIR}" -k 0 install
+
64
if [[ "${runtime_targets}" != "" ]]; then
65
start-group "ninja runtimes"
66
0 commit comments