File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ../
You can’t perform that action at this time.
0 commit comments