chore(zig-master): Update patches (#4936) (#4940)

* chore(zig-master): Update patches

* chore: Bump Zig



* Revert "chore: Bump Zig"

This reverts commit 8b5ebd88f7.

---------


(cherry picked from commit 539178b0a2)

Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Raboneko
2025-05-21 01:38:11 -07:00
committed by GitHub
parent 0ac59eb0c1
commit 8a5820fd4a
2 changed files with 10 additions and 10 deletions
@@ -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;
@@ -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;