diff --git a/.github/workflows/build-all-rapids-repos.yml b/.github/workflows/build-all-rapids-repos.yml index 4cc8c8bf..6516d98a 100644 --- a/.github/workflows/build-all-rapids-repos.yml +++ b/.github/workflows/build-all-rapids-repos.yml @@ -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: | diff --git a/features/src/rapids-build-utils/opt/rapids-build-utils/manifest.yaml b/features/src/rapids-build-utils/opt/rapids-build-utils/manifest.yaml index b6db6709..def440b1 100755 --- a/features/src/rapids-build-utils/opt/rapids-build-utils/manifest.yaml +++ b/features/src/rapids-build-utils/opt/rapids-build-utils/manifest.yaml @@ -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