Skip to content

Commit

Permalink
limit parallel jobs to avoid OOM on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-Leo-Smith committed Feb 2, 2025
1 parent 6c194d3 commit 10a8c32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
export LUISA_CC=gcc-${{ matrix.compiler.version }}
export LUISA_CXX=g++-${{ matrix.compiler.version }}
export LUISA_FLAGS=""
export CMAKE_BUILD_PARALLEL_LEVEL=1 # to avoid OOM on GitHub Actions
else
export LUISA_CC=clang-${{ matrix.compiler.version }}
export LUISA_CXX=clang++-${{ matrix.compiler.version }}
Expand Down

0 comments on commit 10a8c32

Please sign in to comment.