aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Step/Fail.zig
AgeCommit message (Collapse)Author
2024-07-14make zig compiler processes live across rebuildsAndrew Kelley
Changes the `make` function signature to take an options struct, which additionally includes `watch: bool`. I intentionally am not exposing this information to configure phase logic. Also adds global zig cache to the compiler cache prefixes. Closes #20600
2024-06-16std.Build: Add Step.Fail and addFail() function.Alex Rønne Petersen
Closes #15373.