You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/maintainer/conda_forge_yml.rst
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,10 @@ Top-level fields
31
31
* :ref:`choco`
32
32
* :ref:`circle`
33
33
* :ref:`conda_build`
34
+
* :ref:`conda_build_tool`
34
35
* :ref:`conda_forge_output_validation`
36
+
* :ref:`conda_install_tool`
37
+
* :ref:`conda_solver`
35
38
* :ref:`docker`
36
39
* :ref:`github`
37
40
* :ref:`idle_timeout_minutes`
@@ -268,7 +271,7 @@ conda_build_tool
268
271
269
272
Use this option to choose which tool is used to build your recipe. Currently allowed options are:
270
273
271
-
- ``conda-build``: Vanilla ``conda build ...`` with no explicit solver configuration. Note that it will still respect the value configured in ``conda_solver``, if any.
274
+
- ``conda-build``: Vanilla ``conda build ...`` with no explicit solver configuration. Note that it will still respect the value configured in :ref:`conda_solver`, if any.
272
275
- ``conda-build+classic``: ``conda build ...`` with the ``classic`` solver enforced.
273
276
- ``conda-build+conda-libmamba-solver``: ``conda build ...`` with the ``conda-libmamba-solver`` solver enforced.
274
277
- ``mambabuild``: ``conda mambabuild ...`` as provided by ``boa``.
@@ -282,6 +285,25 @@ This field must be set to ``True`` for feedstocks in the ``conda-forge`` GitHub
282
285
organization. It enables the required feedstock artifact validation as described
283
286
in :ref:`output_validation`.
284
287
288
+
.. _conda_install_tool:
289
+
290
+
conda_install_tool
291
+
------------------
292
+
293
+
Use this option to choose which tool is used to provision the tooling in your feedstock.
294
+
Currently allowed options are:
295
+
296
+
- ``conda``: Vanilla ``conda install ...`` with no explicit solver configuration. Note that it will still respect the value configured in :ref:`conda_solver`, if any.
297
+
- ``mamba``: ``mamba install ...`` as provided by the `mamba project <https://github.com/mamba-org/mamba>`__. ``conda_solver`` has no effect here.
298
+
299
+
.. _conda_solver:
300
+
301
+
conda_solver
302
+
------------
303
+
304
+
Choose which ``conda`` solver plugin to use for feedstock builds.
305
+
The default is ``libmamba``. Other values include ``classic``.
0 commit comments