Skip to content

Commit

Permalink
Adds options to devcontainer job for supporting larger runs.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlratzel committed Nov 17, 2023
1 parent e7159ff commit d8b955f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,9 @@ jobs:
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/[email protected]
with:
node_type: cpu32
extra-repo-deploy-key: CUGRAPH_OPS_SSH_PRIVATE_DEPLOY_KEY
build_command: |
sccache -z;
build-all --verbose;
build-all --verbose -j$(nproc --ignore=1);
sccache -s;

0 comments on commit d8b955f

Please sign in to comment.