New comment by Piraty on void-packages repository https://github.com/void-linux/void-packages/pull/25004#issuecomment-703127332 Comment: @ifreund said on irc (not sure how accurate that is though) > ifreund: stage2 didn't ship with 0.6.0, real work on it started just after that release > ifreund: 0.7.0 will ship with an incompleted stage2, the goal is to have a complete stage2 for 0.8.0 > ifreund: 0.7.0 should be released in the month after llvm 11 releases fyi According to [zig-0.6.0 README](https://github.com/ziglang/zig/blob/0.6.0/README.md): > Note: Stage 2 compiler is not complete. Beta users of Zig should use the Stage 1 compiler for now. The way i see it, the current template builds stage1 by just calling `cmake ; make`, stage2 is not part of this template yet. In the future, this template should be renamed to `zig-bootstrap` or similar and be used by the real stage2 zig (which could then maybe have it's own `build_style=zig`)