Skip to content

Commit

Permalink
Merge branch 'branch-25.02' of github.com:rapidsai/devcontainers into…
Browse files Browse the repository at this point in the history
… remove-cugraph-ops
  • Loading branch information
jameslamb committed Jan 17, 2025
2 parents fa903c5 + 03e3456 commit 33dcae0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
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
build_command: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,18 @@ repos:
max_device_obj_memory_usage: 3Gi
args: {cmake: -DRAFT_COMPILE_LIBRARY=ON}
python:
- name: libraft
sub_dir: python/libraft
depends: [raft]
args: {install: *rapids_build_backend_args}
- name: pylibraft
sub_dir: python/pylibraft
depends: [raft]
args: {cmake: -DFIND_RAFT_CPP=ON, install: *rapids_build_backend_args}
args: {install: *rapids_build_backend_args}
- name: raft-dask
sub_dir: python/raft-dask
depends: [ucxx, raft]
args: {cmake: -DFIND_RAFT_CPP=ON, install: *rapids_build_backend_args}
args: {install: *rapids_build_backend_args}

- name: cuvs
path: cuvs
Expand Down

0 comments on commit 33dcae0

Please sign in to comment.