Skip to content

Commit

Permalink
ci: More build job count reductions (#3013)
Browse files Browse the repository at this point in the history
This is another attempt to mitigate the OOM errors we're seeing
  • Loading branch information
paulgessinger authored Mar 8, 2024
1 parent 0dbb361 commit 22c4d40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ build_linux_ubuntu:
-DACTS_BUILD_PLUGIN_ACTSVG=ON
- ccache -z
- cmake --build build -- -j3
- cmake --build build -- -j2
- ccache -s

linux_test_examples:
Expand Down Expand Up @@ -281,7 +281,7 @@ linux_physmon:
-DACTS_BUILD_PLUGIN_ACTSVG=ON
- ccache -z
- cmake --build build -- -j3
- cmake --build build -- -j2
- ccache -s

- ctest --test-dir build -j$(nproc)
Expand Down Expand Up @@ -408,7 +408,7 @@ linux_ubuntu_2204_clang:
-DACTS_BUILD_PLUGIN_ACTSVG=ON
- ccache -z
- cmake --build build -- -j3
- cmake --build build -- -j2
- ccache -s

- ctest --test-dir build -j$(nproc)
Expand Down

0 comments on commit 22c4d40

Please sign in to comment.