Skip to content

Commit

Permalink
Set conda_build_tool: mambabuild as default again
Browse files Browse the repository at this point in the history
until conda/conda-libmamba-solver#393 is fixed

Signed-off-by: Marcel Bargull <[email protected]>
  • Loading branch information
mbargull committed Nov 21, 2023
1 parent f7e68c1 commit b69211c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion conda_smithy/configure_feedstock.py
Original file line number Diff line number Diff line change
Expand Up @@ -1936,7 +1936,7 @@ def _load_forge_config(forge_dir, exclusive_config_file, forge_yml=None):
"conda_forge_output_validation": False,
"private_upload": False,
"secrets": [],
"conda_build_tool": "conda-build",
"conda_build_tool": "mambabuild",
"conda_install_tool": "mamba",
"conda_solver": "libmamba",
# feedstock checkout git clone depth, None means keep default, 0 means no limit
Expand Down
24 changes: 24 additions & 0 deletions news/conda_build_tool-mambabuild.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
**Added:**

* <news item>

**Changed:**

* Set ``conda_build_tool: mambabuild`` as default again until
https://github.com/conda/conda-libmamba-solver/issues/393 is fixed (#1807).

**Deprecated:**

* <news item>

**Removed:**

* <news item>

**Fixed:**

* <news item>

**Security:**

* <news item>

0 comments on commit b69211c

Please sign in to comment.