Skip to content

Commit

Permalink
Use conda-build instead of conda-mambabuild (#218)
Browse files Browse the repository at this point in the history
This changes from `conda mambabuild` to `conda build`. Conda now uses
the mamba solver so no performance regressions are expected.

This is a temporary change as we plan to migrate to `rattler-build` in
the near future. However, this is needed sooner to drop `boa` and
unblock Python 3.13 migrations.

xref: rapidsai/build-planning#149
  • Loading branch information
bdice authored Feb 28, 2025
1 parent bd94e3d commit afe6b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ echo "__version__ = '$version'" > jupyterlab_nvdashboard/_version.py
# TODO: Remove `--no-test` flag once importing on a CPU
# node works correctly
rapids-logger "Building JupyterLab NVDashboard conda package"
RAPIDS_PACKAGE_VERSION=${version} rapids-conda-retry mambabuild --no-test conda/recipes/jupyterlab-nvdashboard
RAPIDS_PACKAGE_VERSION=${version} rapids-conda-retry build --no-test conda/recipes/jupyterlab-nvdashboard

rapids-logger "Uploading JupyterLab NVDashboard conda package to S3"
rapids-upload-conda-to-s3 python

0 comments on commit afe6b8f

Please sign in to comment.