Skip to content

Commit e7f4f5d

Browse files
fix
Created using spr 1.3.7
1 parent dec7ec4 commit e7f4f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/monolithic-windows.sh

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

5454
# Targets are not escaped as they are passed as separate arguments.
55-
ninja -C "${BUILD_DIR}" -k 0 ${targets} |& tee ninja.log
55+
ninja -C "${BUILD_DIR}" ${targets} |& tee ninja.log
5656
cp ${BUILD_DIR}/.ninja_log ninja.ninja_log
5757

5858
if [[ "${runtimes_targets}" != "" ]]; then

0 commit comments

Comments
 (0)