incr-check: fix successful -fno-emit-bin updates

This commit is contained in:
Matthew Lugg
2026-03-04 19:13:59 +00:00
parent 1826ba69d8
commit c91b06ef52
+1 -2
View File
@@ -338,7 +338,7 @@ const Eval = struct {
if (eval.target.backend == .sema) {
try eval.checkSuccessOutcome(update, null, prog_node);
// This message indicates the end of the update.
continue;
}
const digest = r.takeArray(Cache.bin_digest_len) catch unreachable;
@@ -352,7 +352,6 @@ const Eval = struct {
const bin_path = try Dir.path.join(arena, &.{ result_dir, bin_name });
try eval.checkSuccessOutcome(update, bin_path, prog_node);
// This message indicates the end of the update.
},
else => {
// Ignore other messages.