Skip to content

Commit

Permalink
Use conda-build instead of conda-mambabuild
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Feb 25, 2025
1 parent 4f72edd commit 44f6d10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/build_cpp.sh
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 44f6d10

Please sign in to comment.