It feels like Zig is often running with a single worker / job, so concurrency of 1 when I really think it should be running 16 on my workstation. This is when it is invoked by acton.
[ ] find reproduction case
[ ] maybe look into zig detection logic for number of CPUs or so and debug print in builder?
It feels like Zig is often running with a single worker / job, so concurrency of 1 when I really think it should be running 16 on my workstation. This is when it is invoked by acton.