Skip to content

Commit 27dd55b

Browse files
Revert "[CI] Try lowering max parallel link jobs on Windows (#185255)"
This reverts commit af22b50. This seems to have had no noticeable effect on the frequency of failures so likely was not the issue.
1 parent 5ccfc9d commit 27dd55b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.ci/monolithic-windows.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \
4848
-D CMAKE_EXE_LINKER_FLAGS="/MANIFEST:NO" \
4949
-D CMAKE_MODULE_LINKER_FLAGS="/MANIFEST:NO" \
5050
-D CMAKE_SHARED_LINKER_FLAGS="/MANIFEST:NO" \
51-
-D LLVM_ENABLE_RUNTIMES="${runtimes}" \
52-
-D LLVM_PARALLEL_LINK_JOBS=16
51+
-D LLVM_ENABLE_RUNTIMES="${runtimes}"
5352

5453
start-group "ninja"
5554

0 commit comments

Comments
 (0)