Skip to content

Commit 99bf98c

Browse files
test
Created using spr 1.3.7
1 parent 7ef149b commit 99bf98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/monolithic-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \
6565
start-group "ninja"
6666

6767
# Targets are not escaped as they are passed as separate arguments.
68-
ninja -C "${BUILD_DIR}" -k 0 ${targets} |& tee ninja.log
68+
ninja -C "${BUILD_DIR}" ${targets} |& tee ninja.log
6969
cp ${BUILD_DIR}/.ninja_log ninja.ninja_log
7070

7171
if [[ "${runtime_targets}" != "" ]]; then

0 commit comments

Comments
 (0)