diff --git a/ci/build_cpp.sh b/ci/build_cpp.sh index db4c496cc..1dc1e3df5 100755 --- a/ci/build_cpp.sh +++ b/ci/build_cpp.sh @@ -17,6 +17,8 @@ rapids-logger "Begin cpp build" 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 sccache --show-adv-stats diff --git a/cpp/cmake/thirdparty/get_raft.cmake b/cpp/cmake/thirdparty/get_raft.cmake index 5def74f4b..d7f8b0ea6 100644 --- a/cpp/cmake/thirdparty/get_raft.cmake +++ b/cpp/cmake/thirdparty/get_raft.cmake @@ -13,8 +13,8 @@ # Use RAPIDS_VERSION_MAJOR_MINOR from rapids_config.cmake set(RAFT_VERSION "${RAPIDS_VERSION_MAJOR_MINOR}") -set(RAFT_FORK "rapidsai") -set(RAFT_PINNED_TAG "branch-${RAPIDS_VERSION_MAJOR_MINOR}") +set(RAFT_FORK "vyasr") +set(RAFT_PINNED_TAG "feat/logger") function(find_and_configure_raft) set(oneValueArgs VERSION FORK PINNED_TAG USE_RAFT_STATIC ENABLE_NVTX ENABLE_MNMG_DEPENDENCIES CLONE_ON_PIN)