What is this (first time setup) the compiler started doing on upstream?

I noticed that the upstream builds started doing a ‘compiling maker (first time setup)’ it takes more time than the previous ones ig.

  1. what is this new (first time setup)?
  2. 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

if you use something like setup-zig, it will be cached.

3 Likes

Also, if you’re not saving Zig caches across runs for some reason, you can set ZIG_DEBUG_MAKER=1.

7 Likes