From 44f6d10e49824a8f3fe0c837567de285e92f2078 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Tue, 25 Feb 2025 14:16:01 -0600 Subject: [PATCH] Use conda-build instead of conda-mambabuild --- ci/build_cpp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/build_cpp.sh b/ci/build_cpp.sh index 20194ead..000ee186 100755 --- a/ci/build_cpp.sh +++ b/ci/build_cpp.sh @@ -1,6 +1,6 @@ #!/bin/bash -# SPDX-FileCopyrightText: Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. +# SPDX-FileCopyrightText: Copyright (c) 2022-2025, NVIDIA CORPORATION & AFFILIATES. # SPDX-License-Identifier: BSD-3-Clause set -euo pipefail @@ -19,7 +19,7 @@ rapids-logger "Begin C++ and Python builds" sccache --zero-stats -RAPIDS_PACKAGE_VERSION=$(rapids-generate-version) rapids-conda-retry mambabuild \ +RAPIDS_PACKAGE_VERSION=$(rapids-generate-version) rapids-conda-retry build \ conda/recipes/ucxx sccache --show-adv-stats