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

option to make "error on other task" not fatal #357

Open
christophprokop opened this issue Mar 5, 2024 · 1 comment
Open

option to make "error on other task" not fatal #357

christophprokop opened this issue Mar 5, 2024 · 1 comment
Assignees
Labels
prio Issues with a higher priority

Comments

@christophprokop
Copy link
Collaborator

sometimes you might want to keep building packages in a larger tree even though another part already failed
an option for butido build like "--continue-on-error" could be helpful here when waiting time is not an issue

@christophprokop christophprokop added the prio Issues with a higher priority label Jul 17, 2024
@ammernico
Copy link
Collaborator

We tested it and found that a package can be built and packed even if there are errors in other builds, as long as those errors do not impact the current package.

This behavior also occurs when building with a specified staging directory.

However, our test case was simple and had no dependencies. There might be something else wrong when building packages that depend on each other or share the same failing dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
prio Issues with a higher priority
Projects
None yet
Development

No branches or pull requests

2 participants