Skip to content

Commit 9670322

Browse files
committed
undo CI
Created using spr 1.3.4
1 parent b96221c commit 9670322

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.ci/monolithic-windows.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,4 @@ cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \
8181

8282
echo "--- ninja"
8383
# Targets are not escaped as they are passed as separate arguments.
84-
#ninja -C "${BUILD_DIR}" -k 0
85-
LIT_FILTER=LTO ninja -C "${BUILD_DIR}" -k 0 check-llvm
84+
ninja -C "${BUILD_DIR}" -k 0 ${targets}

0 commit comments

Comments
 (0)