From 1ebf9be955270321a837044fd5258e9a007e2f07 Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Tue, 17 Dec 2024 17:38:00 +0000 Subject: [PATCH] Actually use the conda channel when building conda packages --- ci/build_cpp.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ci/build_cpp.sh b/ci/build_cpp.sh index 1dc1e3df5..d5047a405 100755 --- a/ci/build_cpp.sh +++ b/ci/build_cpp.sh @@ -19,7 +19,9 @@ sccache --zero-stats LIBRAFT_CHANNEL=$(rapids-get-pr-conda-artifact raft 2530 cpp) -RAPIDS_PACKAGE_VERSION=$(rapids-generate-version) rapids-conda-retry mambabuild conda/recipes/libcuvs +RAPIDS_PACKAGE_VERSION=$(rapids-generate-version) rapids-conda-retry mambabuild \ + --channel "${LIBRAFT_CHANNEL}" \ + conda/recipes/libcuvs sccache --show-adv-stats