I noticed that the upstream builds started doing a ‘compiling maker (first time setup)’ it takes more time than the previous ones ig.
- what is this new (first time setup)?
- will it take a long time in CI/CD cuse I think they optimize resources usage in the them?
There was a pretty short devlog about this: Devlog ⚡ Zig Programming Language
3 Likes
alanza
3
if you use something like setup-zig, it will be cached.
3 Likes
alexrp
4
Also, if you’re not saving Zig caches across runs for some reason, you can set ZIG_DEBUG_MAKER=1.
7 Likes