ability for RunStep with stdio inherit mode to succeed when the child process has a failing exit code #14996
Labels
proposal
This issue suggests modifications. If it also has the "accepted" label then it is planned.
zig build system
std.Build, the build runner, `zig build` subcommand, package management
Milestone
After the merge of #14647 the ability to ignore the exit code of a RunStep to determine success has been removed.
This means that if you use a RunStep to execute your program and it fails due to incorrect arguments, incorrect system state or some other reason the build runner outputs a failed build summary even though in this situation the build was fine.
The text was updated successfully, but these errors were encountered: