From 6edc6fd36935e3869a4ca08fa7b333d00d25fc02 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Wed, 13 May 2026 16:02:07 -0500 Subject: [PATCH] Use conda CUDA host compiler for RMM nightly build --- ops/pipeline/nightly-test-rmm-impl.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ops/pipeline/nightly-test-rmm-impl.sh b/ops/pipeline/nightly-test-rmm-impl.sh index 439b55e8c42f..e4a38b113a28 100755 --- a/ops/pipeline/nightly-test-rmm-impl.sh +++ b/ops/pipeline/nightly-test-rmm-impl.sh @@ -19,6 +19,7 @@ mamba create -y -n rmm_test -c conda-forge -c rapidsai-nightly python=3.13 \ gtest nccl "rmm=${rmm_version%.*}.*,>=0.0.0a0" source activate rmm_test +export CUDAHOSTCXX="${CXX}" if [[ "${BUILD_ONLY_SM75:-}" == 1 ]] then