Skip to content
/ cudf Public
forked from rapidsai/cudf

Commit

Permalink
Use conda build to work around mamba-org/mamba#2821
Browse files Browse the repository at this point in the history
With boa installed, conda build forwards to the boa "mambabuild"
command, so this is still using the mamba solver.
  • Loading branch information
wence- committed Sep 8, 2023
1 parent d5a6083 commit da27823
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ci/build_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ rapids-print-env

rapids-logger "Begin cpp build"

# With boa installed mamba build forward to boa
rapids-mamba-retry build \
# With boa installed conda build forward to boa
rapids-conda-retry build \
conda/recipes/libcudf

rapids-upload-conda-to-s3 cpp
10 changes: 5 additions & 5 deletions ci/build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,25 @@ CPP_CHANNEL=$(rapids-download-conda-from-s3 cpp)

# TODO: Remove `--no-test` flag once importing on a CPU
# node works correctly
# With boa install mamba build forwards to the boa builder
rapids-mamba-retry build \
# With boa installed conda build forwards to the boa builder
rapids-conda-retry build \
--no-test \
--channel "${CPP_CHANNEL}" \
conda/recipes/cudf

rapids-mamba-retry build \
rapids-conda-retry build \
--no-test \
--channel "${CPP_CHANNEL}" \
--channel "${RAPIDS_CONDA_BLD_OUTPUT_DIR}" \
conda/recipes/dask-cudf

rapids-mamba-retry build \
rapids-conda-retry build \
--no-test \
--channel "${CPP_CHANNEL}" \
--channel "${RAPIDS_CONDA_BLD_OUTPUT_DIR}" \
conda/recipes/cudf_kafka

rapids-mamba-retry build \
rapids-conda-retry build \
--no-test \
--channel "${CPP_CHANNEL}" \
--channel "${RAPIDS_CONDA_BLD_OUTPUT_DIR}" \
Expand Down

0 comments on commit da27823

Please sign in to comment.