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

Conditional builds skip conflicting dependencies #1454

Closed
AndreMiras opened this issue Nov 9, 2018 · 0 comments
Closed

Conditional builds skip conflicting dependencies #1454

AndreMiras opened this issue Nov 9, 2018 · 0 comments

Comments

@AndreMiras
Copy link
Member

In the current version of rebuild_updated_recipes.py, if two conflicting recipes got updated, the build would fail.
One way to work around it is to check it upfront and completely skip the compilation on conflicts.
Another way would be to compile deps isolated (one by one) on conflicts.
While the first way is pretty straight forward to implement, it means we won't have any coverage for conflicting recipes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants