Skip to content

Commit

Permalink
Drop --use-local as it is implied
Browse files Browse the repository at this point in the history
The default behavior of `conda-build` is to use packages from its local
cache. Given this, we don't need this flag. It also causes conda-build
to look in a different place than we typically use for the package cache
on CI, which causes its own problems.
  • Loading branch information
jakirkham authored Feb 27, 2025
1 parent a2be2fa commit 08d95ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ci/build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@ rapids-print-env
rapids-logger "Build rapids-xgboost"

rapids-conda-retry build \
--use-local \
--variant-config-files "${CONDA_CONFIG_FILE}" \
conda/recipes/rapids-xgboost

rapids-logger "Build rapids"

rapids-conda-retry build \
--use-local \
--variant-config-files "${CONDA_CONFIG_FILE}" \
conda/recipes/rapids

Expand Down

0 comments on commit 08d95ef

Please sign in to comment.