Skip to content

Commit

Permalink
Temporarily switch to build-in-devcontainer.yaml to fix/devcontainer-…
Browse files Browse the repository at this point in the history
…json-location branch
  • Loading branch information
trxcllnt committed Feb 21, 2024
1 parent 22f0d2a commit c9158db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,10 @@ jobs:
script: ci/test_wheel_raft_dask.sh
devcontainer:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@branch-24.04
uses: rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@fix/devcontainer-json-location
with:
arch: '["amd64"]'
cuda: '["12.2"]'
build_command: |
sccache -z;
build-all -DBUILD_PRIMS_BENCH=ON -DBUILD_ANN_BENCH=ON --verbose;
Expand Down

0 comments on commit c9158db

Please sign in to comment.