authorgravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2024-09-25 16:32:23+02:00
committergravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2024-09-25 17:54:50+02:00
log1714b74edfdf1dbc52f8dd1555abb0ff43dfdff8
tree39fc2e6db93f35a155e3543b0a08f86cb4e671f3
parent1c2048ebcc810490cc5eb5168589edafe727fec0

incr-check: actually handle end message for a compiler update


1 files changed, 0 insertions(+), 2 deletions(-)

tools/incr-check.zig-2
......@@ -266,7 +266,6 @@ const Eval = struct {
266266 try eval.checkSuccessOutcome(update, null, prog_node);
267267 // This message indicates the end of the update.
268268 stdout.discard(body.len);
269 return;
270269 }
271270
272271 const digest = body[@sizeOf(EbpHdr)..][0..Cache.bin_digest_len];
......@@ -290,7 +289,6 @@ const Eval = struct {
290289 try eval.checkSuccessOutcome(update, bin_path, prog_node);
291290 // This message indicates the end of the update.
292291 stdout.discard(body.len);
293 return;
294292 },
295293 else => {
296294 // Ignore other messages.