Skip to content

Commit

Permalink
Switch back to conda build
Browse files Browse the repository at this point in the history
As both `conda build` and `conda mambabuild` use the same `libmamba`
solver by default, just use `conda build`, which is a bit more flexible
here.
  • Loading branch information
jakirkham committed Aug 6, 2024
1 parent 88f7e13 commit 0e27eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rapids-logger "Begin py build"

export CUDA_VERSION="$(cat pynvjitlink/CUDA_VERSION)"

rapids-conda-retry mambabuild \
rapids-conda-retry build \
conda/recipes/pynvjitlink \
--variants "{cuda_compiler_version: ['${CUDA_VERSION}']}" \
;
Expand Down

0 comments on commit 0e27eb8

Please sign in to comment.