Skip to content

Commit

Permalink
Disable CUDA 12.0 RAPIDS builds. (#439)
Browse files Browse the repository at this point in the history
CUDA 12.0 RAPIDS builds appear to be blocked due to a failure caused by
rapidsai/cudf#17289.

CUDA 12.5 builds are seemingly unaffected. For now, I am opening this PR
to unblock devcontainers CI.
  • Loading branch information
bdice authored Jan 16, 2025
1 parent 0e930ca commit d034180
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-all-rapids-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ jobs:
pull-requests: read
with:
arch: '["amd64"]'
cuda: '["12.0", "12.5"]'
# Disabling CUDA 12.0 due to failures in cudf builds. See:
# https://github.com/rapidsai/devcontainers/pull/438#issuecomment-2596318879
#cuda: '["12.0", "12.5"]'
cuda: '["12.5"]'
node_type: cpu32
extra-repo-deploy-key: CUMLPRIMS_SSH_PRIVATE_DEPLOY_KEY
extra-repo-deploy-key-2: CUGRAPH_OPS_SSH_PRIVATE_DEPLOY_KEY
Expand Down

0 comments on commit d034180

Please sign in to comment.