Skip to content

Commit

Permalink
Test against rmm branch
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Nov 27, 2024
1 parent cadb79b commit 37439d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ci/build_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@ rapids-logger "Begin cpp build"

sccache --zero-stats

LIBRMM_CHANNEL=$(rapids-get-pr-conda-artifact rmm 1739 cpp)

# With boa installed conda build forward to boa
RAPIDS_PACKAGE_VERSION=$(rapids-generate-version) rapids-conda-retry mambabuild \
conda/recipes/libcudf
conda/recipes/libcudf \
--channel "${LIBRMM_CHANNEL}"

sccache --show-adv-stats

Expand Down

0 comments on commit 37439d7

Please sign in to comment.