mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
* Use std.Build.Cache.Directory instead of a string for storing the cache roots and build roots. * Set up a std.Build.Cache in build_runner.zig and use it in std.Build.RunStep for avoiding redundant work.