Skip to content

Commit

Permalink
Fewer nproc during make
Browse files Browse the repository at this point in the history
  • Loading branch information
brryan committed Nov 8, 2024
1 parent da94f1f commit 20cf325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
cd tst
python3 run_tests.py regression.suite \
--save_build \
--make_nproc=32 \
--make_nproc=4 \
--cmake=-DCMAKE_C_COMPILER=gcc \
--cmake=-DCMAKE_CXX_COMPILER=g++ \
--log_file=ci_cpu_log.txt
Expand Down

0 comments on commit 20cf325

Please sign in to comment.