conda-tools / conda-build-all

BSD 3-Clause "New" or "Revised" License
30 stars 24 forks source link

Adding option of excepting failing builds due to missing dependencies. #81

Closed bsipocz closed 2 years ago

bsipocz commented 7 years ago

It would be super useful to have an option of soft failing the build when RuntimeError is raised due to unsatisfiable dependencies. So it would allow to finish all the builds and just gives a summary of packages where it failed.

E.g here I would update a few packages, a total of 15 combinations, but the build fails in the middle as one of the version combinations cannot find all the dependencies. Some of these combinations doesn't make much sense anyway, but I didn't find a good way to disable them one-by-one in requirements.yml.