Skip to content

Commit

Permalink
add distributed-ucxx to manifest.yaml (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt authored Jun 27, 2024
1 parent 38cb1cf commit 9246f91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion features/src/rapids-build-utils/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "NVIDIA RAPIDS devcontainer build utilities",
"id": "rapids-build-utils",
"version": "24.8.9",
"version": "24.8.10",
"description": "A feature to install the RAPIDS devcontainer build utilities",
"containerEnv": {
"BASH_ENV": "/etc/bash.bash_env"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ repos:
sub_dir: python
depends: [ucxx]
args: {cmake: -DFIND_UCXX_CPP=ON, install: *rapids_build_backend_args}
- name: distributed-ucxx
sub_dir: python/distributed-ucxx
depends: [ucxx]
args: {cmake: -DFIND_UCXX_CPP=ON, install: *rapids_build_backend_args}

- name: kvikio
path: kvikio
Expand Down

0 comments on commit 9246f91

Please sign in to comment.