Skip to content

Commit

Permalink
CI Limit ninja number of parallel jobs in CircleCI (#30333)
Browse files Browse the repository at this point in the history
  • Loading branch information
lesteve authored Nov 22, 2024
1 parent c713ff4 commit 90a51c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/circle/build_doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ conda activate $CONDA_ENV_NAME

show_installed_libraries

pip install -e . --no-build-isolation
pip install -e . --no-build-isolation --config-settings=compile-args="-j4"

echo "ccache build summary:"
ccache -s
Expand Down

0 comments on commit 90a51c1

Please sign in to comment.