Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/build-all-rapids-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@ jobs:
pull-requests: read
with:
arch: '["amd64"]'
# 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"]'
cuda: '["12.0", "12.5"]'
node_type: cpu32
extra-repo-deploy-key: CUMLPRIMS_SSH_PRIVATE_DEPLOY_KEY
build_command: |
Expand Down