-
Notifications
You must be signed in to change notification settings - Fork 164
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
legacy packages are unnecessarily fetched #215
Comments
raylib does have a Zig build system integration, but hasn't updated their |
The hashes have been updates in raylib it seems in this commit: I'm not very familiar with git and zig dependencies and was wondering as my project still fetches on every build and I'm using the most recent commit of this repository, what has to happen for the raylib commits to be added and fixing the fetch on every build in my project? |
Done! |
thanks! |
Yup, it's usually a release, but when we get a breaking Zig release like 0.14 I sometimes update to |
Since I upgraded to to Zig 0.14.0 each time I build my local project the the raylib packages are being refetched 😭. If I'm not mistaken this is due to the new hash format. Apparently, the solution is to regenerate the hash values for C packages that do not contain build.zig.zon files. See links for further details:
Build.zig.zon: ‘raw’ dependencies are fetched on each build
legacy packages are unnecessarily fetched
The text was updated successfully, but these errors were encountered: