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 {...@@ -266,7 +266,6 @@ const Eval = struct {
266 try eval.checkSuccessOutcome(update, null, prog_node);266 try eval.checkSuccessOutcome(update, null, prog_node);
267 // This message indicates the end of the update.267 // This message indicates the end of the update.
268 stdout.discard(body.len);268 stdout.discard(body.len);
269 return;
270 }269 }
271270
272 const digest = body[@sizeOf(EbpHdr)..][0..Cache.bin_digest_len];271 const digest = body[@sizeOf(EbpHdr)..][0..Cache.bin_digest_len];
...@@ -290,7 +289,6 @@ const Eval = struct {...@@ -290,7 +289,6 @@ const Eval = struct {
290 try eval.checkSuccessOutcome(update, bin_path, prog_node);289 try eval.checkSuccessOutcome(update, bin_path, prog_node);
291 // This message indicates the end of the update.290 // This message indicates the end of the update.
292 stdout.discard(body.len);291 stdout.discard(body.len);
293 return;
294 },292 },
295 else => {293 else => {
296 // Ignore other messages.294 // Ignore other messages.