Skip to content

Commit c6c32f7

Browse files
Update conda_forge_yml.rst (#1404)
1 parent f80639c commit c6c32f7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/maintainer/conda_forge_yml.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Top-level fields
2424
* :ref:`appveyor`
2525
* :ref:`azure-config`
2626
* :ref:`build_platform`
27+
* :ref:`build_with_mamba`
2728
* :ref:`bot`
2829
* :ref:`channel_priority`
2930
* :ref:`channels`
@@ -134,7 +135,18 @@ build platform using cross-compiling.
134135
135136
build_platform:
136137
osx_64: linux_64
138+
139+
.. _build_with_mamba:
137140

141+
build_with_mamba
142+
--------------
143+
This option, when enabled, configures the conda-forge CI to run a debug build using the ``mamba`` solver. Check `this <https://conda-forge.org/docs/maintainer/maintainer_faq.html#mfaq-mamba-local>`__ to know more.
144+
145+
.. code-block:: yaml
146+
147+
build_with_mamba:
148+
True
149+
138150
.. _channel_priority:
139151

140152
channel_priority

0 commit comments

Comments
 (0)