From 8a5820fd4aeced1bb3985ad4733b11a793f4ea16 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Wed, 21 May 2025 01:38:11 -0700 Subject: [PATCH] chore(zig-master): Update patches (#4936) (#4940) * chore(zig-master): Update patches * chore: Bump Zig * Revert "chore: Bump Zig" This reverts commit 8b5ebd88f7c08733587a0accb1a10112309ac819. --------- (cherry picked from commit 539178b0a2c6c00756fc7516e07efc7f46976f25) Signed-off-by: Gilver Co-authored-by: Gilver --- ...se-upper-bounds-of-main-zig-executable-to-10G.patch | 10 +++++----- ...se-upper-bounds-of-main-zig-executable-to-10G.patch | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/anda/langs/zig/bootstrap/0001-increase-upper-bounds-of-main-zig-executable-to-10G.patch b/anda/langs/zig/bootstrap/0001-increase-upper-bounds-of-main-zig-executable-to-10G.patch index b6f8ca3a6d..f2e22e1bf0 100644 --- a/anda/langs/zig/bootstrap/0001-increase-upper-bounds-of-main-zig-executable-to-10G.patch +++ b/anda/langs/zig/bootstrap/0001-increase-upper-bounds-of-main-zig-executable-to-10G.patch @@ -1,11 +1,11 @@ ---- a/build.zig 2025-04-23 22:33:17.801652844 -0500 -+++ b/build.zig 2025-04-23 22:34:14.127282140 -0500 -@@ -679,7 +679,7 @@ - +--- a/build.zig 2025-05-21 00:23:29.485933582 -0500 ++++ b/build.zig 2025-05-21 00:25:06.001631897 -0500 +@@ -690,7 +690,7 @@ + fn addCompilerStep(b: *std.Build, options: AddCompilerModOptions) *std.Build.Step.Compile { const exe = b.addExecutable(.{ .name = "zig", - .max_rss = 7_800_000_000, + .max_rss = 10_000_000_000, - .root_module = compiler_mod, + .root_module = addCompilerMod(b, options), }); exe.stack_size = stack_size; diff --git a/anda/langs/zig/master/0001-increase-upper-bounds-of-main-zig-executable-to-10G.patch b/anda/langs/zig/master/0001-increase-upper-bounds-of-main-zig-executable-to-10G.patch index b6f8ca3a6d..f2e22e1bf0 100644 --- a/anda/langs/zig/master/0001-increase-upper-bounds-of-main-zig-executable-to-10G.patch +++ b/anda/langs/zig/master/0001-increase-upper-bounds-of-main-zig-executable-to-10G.patch @@ -1,11 +1,11 @@ ---- a/build.zig 2025-04-23 22:33:17.801652844 -0500 -+++ b/build.zig 2025-04-23 22:34:14.127282140 -0500 -@@ -679,7 +679,7 @@ - +--- a/build.zig 2025-05-21 00:23:29.485933582 -0500 ++++ b/build.zig 2025-05-21 00:25:06.001631897 -0500 +@@ -690,7 +690,7 @@ + fn addCompilerStep(b: *std.Build, options: AddCompilerModOptions) *std.Build.Step.Compile { const exe = b.addExecutable(.{ .name = "zig", - .max_rss = 7_800_000_000, + .max_rss = 10_000_000_000, - .root_module = compiler_mod, + .root_module = addCompilerMod(b, options), }); exe.stack_size = stack_size;