Skip to content

Commit

Permalink
Postpone .conda builds until CDN support is fixed
Browse files Browse the repository at this point in the history
refs:
- conda/infrastructure#950

Signed-off-by: Marcel Bargull <[email protected]>
  • Loading branch information
mbargull committed Jun 2, 2024
1 parent 42a779b commit f761183
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure-conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ conda config --add channels bioconda
conda config --add channels conda-forge
conda config --remove channels defaults || true
conda config --set channel_priority strict
conda config --set conda_build.pkg_format 2
# .conda support is pending https://github.com/conda/infrastructure/issues/950
# conda config --set conda_build.pkg_format 2

if [ ${BIOCONDA_DISABLE_BUILD_PREP:=0} == 0 ]; then
conda config --add channels "file://${MAMBAFORGE_INSTALLATION_DIR}/conda-bld"
Expand Down

0 comments on commit f761183

Please sign in to comment.