From 6232c67fa1d4011c8296a14c9c7d1d2a3b154760 Mon Sep 17 00:00:00 2001 From: Ben Frederickson Date: Mon, 26 Feb 2024 12:38:16 -0800 Subject: [PATCH] . --- ci/build_rust.sh | 1 + dependencies.yaml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/ci/build_rust.sh b/ci/build_rust.sh index 3ffc965ee..159e04b00 100755 --- a/ci/build_rust.sh +++ b/ci/build_rust.sh @@ -9,6 +9,7 @@ rapids-logger "Create test conda environment" rapids-dependency-file-generator \ --output conda \ + --file_key rust \ --matrix "cuda=${RAPIDS_CUDA_VERSION%.*};arch=$(arch);py=${RAPIDS_PY_VERSION}" | tee env.yaml rapids-mamba-retry env create --force -f env.yaml -n rust diff --git a/dependencies.yaml b/dependencies.yaml index 6f9f10535..387c55ab4 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -44,6 +44,11 @@ files: - cudatoolkit - docs - py_version + rust: + output: none + includes: + - build + - build_cuvs py_build_cuvs: output: pyproject pyproject_dir: python/cuvs