Skip to content

Commit 5157675

Browse files
authored
Update mamba section
1 parent 0432288 commit 5157675

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

src/maintainer/maintainer_faq.rst

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -71,20 +71,11 @@ FAQ
7171

7272
.. _mfaq_mamba_local:
7373

74-
:ref:`(Q) <mfaq_mamba_local>` **How can I make debugging solver failures on the CI faster?**
74+
:ref:`(Q) <mfaq_mamba_local>` **How can I make local debugging faster?**
7575

76-
An alternative to the conda solver is the mamba solver. The mamba solver has a faster solve speed and prints better error messages that make debugging simpler.
76+
If you prefer to debug your recipes locally and not use the provided `scripts <https://conda-forge.org/docs/maintainer/updating_pkgs.html#testing-changes-locally>`__ but instead your own setup, you may also use the mamba solver through ``mambabuild``. It not only has a faster solve speed but also prints better error messages that make debugging simpler.
7777

78-
You can configure the conda-forge CI to run a debug build using the mamba solver with the following changes:
79-
80-
- Set ``build_with_mambabuild: True`` in ``conda-forge.yml`` file
81-
- Rerender with ``conda-smithy`` (to rerender manually use ``conda smithy rerender`` from the command line)
82-
83-
.. note::
84-
85-
Builds made with ``mambabuild`` won't be uploaded to ``conda-forge``. These builds are purely for debugging purposes.
86-
87-
You can also do this locally by using:
78+
To do this, first install the solver and then build the recipe like you normally would
8879

8980
- ``conda install boa -c conda-forge``
9081
- ``conda mambabuild myrecipe``

0 commit comments

Comments
 (0)