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 17ab9e6 commit 64f0410Copy full SHA for 64f0410
.ci/monolithic-linux.sh
@@ -54,4 +54,4 @@ cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \
54
55
echo "--- ninja"
56
# Targets are not escaped as they are passed as separate arguments.
57
-ninja -C "${BUILD_DIR}" -k 0 "${targets}"
+ninja -C "${BUILD_DIR}" -k 0 ${targets}
.ci/monolithic-windows.sh
@@ -62,4 +62,4 @@ cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \
62
63
64
65
0 commit comments