From b69211ca4c2027744605be28989ab5edc7e055fc Mon Sep 17 00:00:00 2001 From: Marcel Bargull Date: Tue, 21 Nov 2023 20:13:13 +0100 Subject: [PATCH] Set conda_build_tool: mambabuild as default again until https://github.com/conda/conda-libmamba-solver/issues/393 is fixed Signed-off-by: Marcel Bargull --- conda_smithy/configure_feedstock.py | 2 +- news/conda_build_tool-mambabuild.rst | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 news/conda_build_tool-mambabuild.rst diff --git a/conda_smithy/configure_feedstock.py b/conda_smithy/configure_feedstock.py index 5f49009d0..3375f37a3 100644 --- a/conda_smithy/configure_feedstock.py +++ b/conda_smithy/configure_feedstock.py @@ -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 diff --git a/news/conda_build_tool-mambabuild.rst b/news/conda_build_tool-mambabuild.rst new file mode 100644 index 000000000..7e775fd77 --- /dev/null +++ b/news/conda_build_tool-mambabuild.rst @@ -0,0 +1,24 @@ +**Added:** + +* + +**Changed:** + +* Set ``conda_build_tool: mambabuild`` as default again until + https://github.com/conda/conda-libmamba-solver/issues/393 is fixed (#1807). + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +*