authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2026-01-16 21:38:44-08:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2026-01-30 22:03:14-08:00
log54241bc770cbd610f48c365dce3c7ebf69336d73
treecb99e8b1958f7c564befcdba4aff34837cfe075d
parent9134430387bb99504c5813abc8b566a97ba5b1f0

tools: update for std.process API changes


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

tools/update_clang_options.zig-1
...@@ -676,7 +676,6 @@ pub fn main(init: std.process.Init) !void {...@@ -676,7 +676,6 @@ pub fn main(init: std.process.Init) !void {
676676
677 const child_result = try std.process.run(arena, io, .{677 const child_result = try std.process.run(arena, io, .{
678 .argv = &child_args,678 .argv = &child_args,
679 .max_output_bytes = 100 * 1024 * 1024,
680 });679 });
681680
682 std.debug.print("{s}\n", .{child_result.stderr});681 std.debug.print("{s}\n", .{child_result.stderr});
tools/update_cpu_features.zig-1
...@@ -1987,7 +1987,6 @@ fn processOneTarget(io: Io, job: Job) void {...@@ -1987,7 +1987,6 @@ fn processOneTarget(io: Io, job: Job) void {
19871987
1988 const child_result = try std.process.run(arena, io, .{1988 const child_result = try std.process.run(arena, io, .{
1989 .argv = &child_args,1989 .argv = &child_args,
1990 .max_output_bytes = 500 * 1024 * 1024,
1991 });1990 });
1992 tblgen_progress.end();1991 tblgen_progress.end();
1993 if (child_result.stderr.len != 0) {1992 if (child_result.stderr.len != 0) {