mamba-org / boa

The fast conda package builder, based on mamba
https://boa-build.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
255 stars 56 forks source link

`boa` should use the latest `micromamba` error reporting #360

Open dhirschfeld opened 1 year ago

dhirschfeld commented 1 year ago

When building a package with the latest 0.15.1 it wasn't using the new-style error reporting. To debug my build I had to recreate the package spec in an env.yaml file and attempt to install that with micromamba.

dhirschfeld commented 1 year ago

The error report by micromamba let me very quickly determine the source of the problems - they're truly transformative! :heart: