zig/lib/std/Build
Andrew Kelley 4918c2ce2d std.Build.Step.Run: global lock when child inherits stderr
The docs for setting stdio to "inherit" say:

It also means that this step will obtain a global lock to prevent other
steps from running in the meantime.

The implementation of this lock was missing but is now provided by this
commit.

closes #20119
2024-05-31 18:59:53 -04:00
..
Cache move Package.Path to std.Build.Cache.Path 2024-03-21 16:16:47 -07:00
Step std.Build.Step.Run: global lock when child inherits stderr 2024-05-31 18:59:53 -04:00
Cache.zig Build.Step.Run: fix cache management when there are side effects 2024-05-20 07:45:31 -04:00
Module.zig Build: cleanup 2024-05-05 09:42:51 -04:00
Step.zig std.Build.Step: don't create an empty progress node 2024-05-27 20:56:48 -07:00