diff --git a/lib/compiler/Maker/Step.zig b/lib/compiler/Maker/Step.zig index 2a42dd6959dd0510c0d6ff3887ef6e2b5eb5b411..1193b2c2a514021ff8c7db0a0053fdec6e08ac7f 100644 --- a/lib/compiler/Maker/Step.zig +++ b/lib/compiler/Maker/Step.zig @@ -312,8 +312,7 @@ pub fn reset(step: *Step, maker: *Maker) void { step.result_duration_ns = null; step.result_peak_rss = 0; step.test_results = .{}; - // We do not clearWatchInputs here because each step manages that choice - // independently. + clearWatchInputs(step, maker); step.result_error_bundle.deinit(gpa); step.result_error_bundle = std.zig.ErrorBundle.empty;