Skip to content

Commit

Permalink
revert: Bump build procs in GitLab CI (#2474) (#2481)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Sep 25, 2023
1 parent c92cded commit 1294f76
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ build_exatrkx:
-DACTS_EXATRKX_ENABLE_ONNX=ON
-DACTS_BUILD_EXAMPLES_PYTHON_BINDINGS=ON
-DACTS_ENABLE_LOG_FAILURE_THRESHOLD=ON
- cmake --build build -- -j$(nproc)
- cmake --build build -- -j3

test_exatrkx_unittests:
stage: test
Expand Down Expand Up @@ -179,7 +179,7 @@ build_linux_ubuntu:
-DACTS_BUILD_PLUGIN_ACTSVG=ON
- ccache -z
- cmake --build build -- -j$(nproc)
- cmake --build build -- -j3
- ccache -s

linux_test_examples:
Expand Down Expand Up @@ -290,7 +290,7 @@ linux_physmon:
-DACTS_BUILD_PLUGIN_ACTSVG=ON
- ccache -z
- cmake --build build -- -j$(nproc)
- cmake --build build -- -j3
- ccache -s

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

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

0 comments on commit 1294f76

Please sign in to comment.