Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invoke conda-{build,mambabuild} directly, not as conda subcommand #1859

Merged
merged 2 commits into from
Mar 14, 2024

Conversation

mbargull
Copy link
Member

@mbargull mbargull commented Mar 14, 2024

Recent conda-build versions register itself as conda subcommands via conda's plugin mechanisms.
Since conda-build failures don't gracefully exit, but rather just by raising exceptions, conda's exception handling and error reporting mechanisms add additional verbose output on build failures.

Checklist

  • Added a news entry

Recent conda-build versions register itself as conda subcommands via
conda's plugin mechanisms.
Since conda-build failures don't gracefully exit, but rather just by
raising exceptions, conda's exception handling and error reporting
mechanisms add additional verbose output on build failures.

Signed-off-by: Marcel Bargull <marcel.bargull@udo.edu>
Signed-off-by: Marcel Bargull <marcel.bargull@udo.edu>
@mbargull
Copy link
Member Author

We should, of course, address the unclean exits of conda-build and conda's handling for subcommand plugins upstream; I just didn't yet get to look for/open issues for that upstream.

@mbargull mbargull marked this pull request as ready for review March 14, 2024 10:39
@mbargull mbargull requested a review from a team as a code owner March 14, 2024 10:39
@mbargull mbargull marked this pull request as draft March 14, 2024 10:40
@mbargull mbargull marked this pull request as ready for review March 14, 2024 10:41
@mbargull mbargull merged commit cc803a4 into conda-forge:main Mar 14, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants