Skip to content

Commit bdf91b9

Browse files
authored
Update ci.yml to reduce parallel jobs emscripten llvm build
1 parent 1985fbd commit bdf91b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ jobs:
637637
cmake --build . --target clang --parallel ${{ env.ncpus }}
638638
cmake --build . --target cling --parallel ${{ env.ncpus }}
639639
# Now build gtest.a and gtest_main for CppInterOp to run its tests.
640-
cmake --build . --target gtest_main --parallel ${{ env.ncpus }}
640+
cmake --build . --target gtest_main --parallel 2
641641
else
642642
# Apply patches
643643
llvm_vers=$(echo "${{ matrix.clang-runtime }}" | tr '[:lower:]' '[:upper:]')
@@ -662,7 +662,7 @@ jobs:
662662
-DCLANG_ENABLE_STATIC_ANALYZER=OFF \
663663
-DCLANG_ENABLE_ARCMT=OFF \
664664
-DCLANG_ENABLE_BOOTSTRAP=OFF
665-
cmake --build . --target clang clang-repl lld --parallel ${{ env.ncpus }}
665+
cmake --build . --target clang clang-repl lld --parallel 2
666666
fi
667667
fi
668668
cd ../

0 commit comments

Comments
 (0)