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
I have linked the boa-build doc page that Wolf shared: https://boa-build.readthedocs.io/en/latest/mambabuild.html
But I haven't referred to it by name, i.e. instead of saying 'For more details visit the boa-build page', I have added, 'For more details visit 'this' page' with the link.
I think introducing a 'new' word/name might scare off the reader and they won't visit the page. LOL. Dunno though.
Important: the builds made with mambabuild won't be uploaded to conda-forge, this is purely for debugging (as of now).
84
-
85
-
Another way to test using mamba, is directly buiding your recipe using:
86
-
``conda install boa -c conda-forge``
87
-
Then you can use ``conda mambabuild myrecipe``
74
+
:ref:`(Q) <mfaq_mamba_local>` **How can I make debugging solver failures on the CI faster?**
75
+
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.
77
+
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.yaml`` file
81
+
- Rerender with ``conda-smithy``
82
+
[Note: Builds made with ``mambabuild`` won't be uploaded to ``conda-forge``. These builds are purely for debugging purposes.]
83
+
84
+
You can also do this locally by using:
85
+
86
+
- ``conda install boa -c conda-forge``
87
+
- ``conda mambabuild myrecipe``
88
+
For more details visit `this <https://boa-build.readthedocs.io/en/latest/mambabuild.html>`_ page.
0 commit comments