Skip to content

Commit

Permalink
ci: Reduce build job count to 2 (acts-project#2954)
Browse files Browse the repository at this point in the history
We've been getting OOM errors in the build again. This works around that.
  • Loading branch information
paulgessinger authored and EleniXoch committed May 6, 2024
1 parent 3219202 commit a99bd72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ build_exatrkx:
-DACTS_ENABLE_LOG_FAILURE_THRESHOLD=ON
- ccache -z
- cmake --build build -- -j3
- cmake --build build -- -j2
- ccache -s

test_exatrkx_unittests:
Expand Down

0 comments on commit a99bd72

Please sign in to comment.