Skip to content

Commit

Permalink
reduce parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Oct 10, 2023
1 parent af5de4e commit c076e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,5 @@ jobs:
extra-repo-deploy-key: CUGRAPH_OPS_SSH_PRIVATE_DEPLOY_KEY
build_command: |
sccache -z;
build-all --verbose -j$(nproc --ignore=1);
build-all --verbose -j2;
sccache -s;

0 comments on commit c076e81

Please sign in to comment.