zig/lib/std/Build
Loris Cro de23ccfad1 build system: print captured stderr on Run step failure
when a Run step that captures stderr fails, no output from it is visible
by the user and, since the step failed, any downstream step that would
process the captured stream will not run, making it impossible for the
user to see the stderr output from the failed process invocation, which
makes for a frustrating puzzle when this happens in CI.
2025-07-30 22:40:36 +01:00
..
Cache std.zon: update to new I/O API 2025-07-19 18:27:09 -07:00
Fuzz std.Io.poll: update to new I/O API 2025-07-23 21:25:34 -07:00
Step build system: print captured stderr on Run step failure 2025-07-30 22:40:36 +01:00
Cache.zig fix memory leak 2025-07-16 18:34:34 +02:00
Fuzz.zig fix build runner 2025-07-07 22:43:52 -07:00
Module.zig std.fmt: breaking API changes 2025-07-07 22:43:51 -07:00
Step.zig std.Io.poll: update to new I/O API 2025-07-23 21:25:34 -07:00
Watch.zig Remove numerous things deprecated during the 0.14 release cycle 2025-07-11 08:17:43 +02:00