mirror of
https://github.com/clangd/clangd.git
synced 2025-04-19 23:22:59 +00:00
Limit the maximum link jobs to 1 to avoid OOM in CI
Github imposes a 7 GiB RAM restriction for free action plans, which might be insufficient for parallel linking jobs to execute on.
This commit is contained in:
parent
486d4646ec
commit
a0063addd0
1
.github/workflows/autobuild.yaml
vendored
1
.github/workflows/autobuild.yaml
vendored
@ -153,6 +153,7 @@ jobs:
|
||||
"-DLLVM_ENABLE_ZLIB=OFF"
|
||||
"-DLLVM_USE_CRT_RELEASE=MT"
|
||||
"-DLLVM_ENABLE_PDB=ON"
|
||||
"-DLLVM_PARALLEL_LINK_JOBS=1"
|
||||
grpc_cmake: >-
|
||||
"-DgRPC_MSVC_STATIC_RUNTIME=ON"
|
||||
binary_extension: ".exe"
|
||||
|
Loading…
Reference in New Issue
Block a user