Skip to content

Commit

Permalink
Try with conda mambabuild
Browse files Browse the repository at this point in the history
Solve seems to be a little slow.
  • Loading branch information
wence- committed Sep 8, 2023
1 parent f766f0d commit 1fb136e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/build_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ rapids-print-env
rapids-logger "Begin cpp build"

# This calls mambabuild when boa is installed (as is the case in the CI images)
rapids-conda-retry build conda/recipes/librmm
rapids-conda-retry mambabuild conda/recipes/librmm

rapids-upload-conda-to-s3 cpp
2 changes: 1 addition & 1 deletion ci/build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ rapids-logger "Begin py build"
CPP_CHANNEL=$(rapids-download-conda-from-s3 cpp)

# This calls mambabuild when boa is installed (as is the case in the CI images)
rapids-conda-retry build -c "${CPP_CHANNEL}" conda/recipes/rmm
rapids-conda-retry mambabuild -c "${CPP_CHANNEL}" conda/recipes/rmm

rapids-upload-conda-to-s3 python

0 comments on commit 1fb136e

Please sign in to comment.