Revert "[CI] Try lowering max parallel link jobs on Windows (#185255)"

This reverts commit af22b50fac.

This seems to have had no noticeable effect on the frequency of failures
so likely was not the issue.
This commit is contained in:
Aiden Grossman
2026-03-15 16:49:32 +00:00
parent 5ccfc9d6b9
commit 27dd55b2cb

View File

@@ -48,8 +48,7 @@ cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \
-D CMAKE_EXE_LINKER_FLAGS="/MANIFEST:NO" \
-D CMAKE_MODULE_LINKER_FLAGS="/MANIFEST:NO" \
-D CMAKE_SHARED_LINKER_FLAGS="/MANIFEST:NO" \
-D LLVM_ENABLE_RUNTIMES="${runtimes}" \
-D LLVM_PARALLEL_LINK_JOBS=16
-D LLVM_ENABLE_RUNTIMES="${runtimes}"
start-group "ninja"