We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.14.0
Clone a project that uses lazy dependencies, e.g. https://github.com/PixelGuys/Cubyz
Run zig build run multiple times and observe that each time it refetches the lazy dependencies:
zig build run
$ zig build run info: Downloading cubyz_deps libraries cubyz_deps_x86_64_linux. [1] Compile Build Script └─ [8/8] Fetch Packages └─ cubyz_deps_x86_64_linux
I never observed this before.
Lazy dependencies should only be downloaded once.
The text was updated successfully, but these errors were encountered:
You need to update to the new hash format, see #23051 and #23130.
Sorry, something went wrong.
Thank you! That works.
No branches or pull requests
Zig Version
0.14.0
Steps to Reproduce and Observed Behavior
Clone a project that uses lazy dependencies, e.g. https://github.com/PixelGuys/Cubyz
Run
zig build run
multiple times and observe that each time it refetches the lazy dependencies:I never observed this before.
Expected Behavior
Lazy dependencies should only be downloaded once.
The text was updated successfully, but these errors were encountered: