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

--recursive updates are not useful #45

Closed
avdgrinten opened this issue Apr 16, 2021 · 0 comments
Closed

--recursive updates are not useful #45

avdgrinten opened this issue Apr 16, 2021 · 0 comments

Comments

@avdgrinten
Copy link
Member

--recursive currently checks for updates along edges of the dependency graph. It also tries to redo all steps that can reach these updates. However, this strategy is overly broad: for example, it tends to rebuild toolchains that depend on some package that was changed (e.g., a libc).

It would be more useful if --recursive only redid steps that reach the updates by build edges (but the check for updates should still follow all edges).

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

No branches or pull requests

1 participant