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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -268,7 +268,7 @@ conda_build_tool
268
268
269
269
Use this option to choose which tool is used to build your recipe. Currently allowed options are:
270
270
271
-
- ``conda-build``: Vanilla ``conda build ...`` with no explicit solver configuration.
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.
272
272
- ``conda-build+classic``: ``conda build ...`` with the ``classic`` solver enforced.
273
273
- ``conda-build+conda-libmamba-solver``: ``conda build ...`` with the ``conda-libmamba-solver`` solver enforced.
274
274
- ``mambabuild``: ``conda mambabuild ...`` as provided by ``boa``.
0 commit comments