Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document conda_build_tool, conda_install_tool and conda_solver #2003

Merged
merged 6 commits into from
Oct 10, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/maintainer/conda_forge_yml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ conda_install_tool
Use this option to choose which tool is used to provision the tooling in your feedstock.
Currently allowed options are:

- ``conda``: Vanilla ``conda install ...`` with no explicit solver configuration. Note that it will still respect the value configured in :ref:`conda_solver`, if any.
- ``conda``: ``conda install ...``. You can change which solver to use via :ref:`conda_solver`.
- ``mamba``: ``mamba install ...`` as provided by the `mamba project <https://github.com/mamba-org/mamba>`__. ``conda_solver`` has no effect here.

.. _conda_solver:
Expand All @@ -302,7 +302,8 @@ conda_solver
------------

Choose which ``conda`` solver plugin to use for feedstock builds.
The default is ``libmamba``. Other values include ``classic``.
Note this configuration might :ref:`conda_build_tool` (e.g. when set to ``conda-build``)
jaimergp marked this conversation as resolved.
Show resolved Hide resolved
and :ref:`conda_install_tool` (e.g. when set to ``conda``).

.. _docker:

Expand Down
Loading