authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-03-27 05:36:27+01:00
committergravatar for noreply@github.comGitHub <noreply@github.com> 2025-03-27 04:36:27+00:00
logdc66f4384f5ab4210f57f3fd37fd96cdd2823782
tree346ed220f9c146136d264c257df0dc2c1c9cbd7b
parentaac800ec65f0d6f6b9eead07330d42c6551739fd
signaturebadge-check Signed by PGP key B5690EEEBB952194

build: increase test-std max rss


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

build.zig+2-2
......@@ -510,8 +510,8 @@ pub fn build(b: *std.Build) !void {
510510 .skip_non_native = skip_non_native,
511511 .skip_libc = skip_libc,
512512 .use_llvm = use_llvm,
513 // I observed a value of 5136793600 on the M2 CI.
514 .max_rss = 5368709120,
513 // I observed a value of 5605064704 on the M2 CI.
514 .max_rss = 6165571174,
515515 }));
516516
517517 const unit_tests_step = b.step("test-unit", "Run the compiler source unit tests");