Btw this is some random Ethereum package a dependency is using.
I am not sure what further info can I provide, except that it built in like 4 seconds before, and the same branch is now taking like 5 minutes to build. I tried clearing the cache this time, but it didn’t produce any changes. I am definitely using the same version of Zig I used before.
You might need to use a new hash for the dependency.
I think if you try deleting the hash from the ZON, it’ll recommend a new hash value for you to use.
The formatting of hashes changed sometime around 0.14.0, and if you’re still using the old style of hash, it’ll redownload the entire package each and every single time you compile instead of downloading it once and keeping it.
Yeah sorry, I kind of bungled the old hash → new hash upgrade so it redownloads old hash dependencies. You’re probably getting slow network combined with failure to cache. Upgrading to new hash format will solve the issue.