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

Fix zig build lazy -> eager promotion while fetching dependencies. #23172

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

timbess
Copy link

@timbess timbess commented Mar 9, 2025

Before, this had a subtle ordering bug where duplicate deps that are specified as both lazy and eager in different parts of the dependency tree end up not getting fetched depending on the order they're fetched in. I modified it to resubmit lazy deps that were promoted to eager for fetching so that it will be around for the builds that expect it to be eager downstream of this.

This should fix #23120

…specified as both lazy and eager in different parts of the dependency tree end up not getting fetched depending on the ordering. I modified it to resubmit lazy deps that were promoted to eager for fetching so that it will be around for the builds that expect it to be eager downstream of this.
@timbess timbess force-pushed the bugfix/fetching-lazy-deps branch from fdb0dbd to fffc02f Compare March 9, 2025 22:44
@timbess timbess marked this pull request as ready for review March 9, 2025 23:51
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.

Zig 0.14.0 Build: unable to open '': FileNotFound
1 participant