From 39644fb277fb13be474ac8e370b2beadeaa0e332 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Mon, 24 Apr 2023 11:51:46 -0700 Subject: Revert "tests: add a maxrss for compiling std lib C backend .c file" This reverts commit c75e11bf6aa67f2ca62b9b6677d134592777bfec. Caused this problem on some machines: "this step declares an upper bound of 9126805504 bytes of memory, exceeding the available 7515721728 bytes of memory". Instead the next commit will disable std lib tests with the C backend on Windows. --- test/tests.zig | 1 - 1 file changed, 1 deletion(-) (limited to 'test/tests.zig') diff --git a/test/tests.zig b/test/tests.zig index 0e5215307f..3202d19b3e 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -1017,7 +1017,6 @@ pub fn addModuleTests(b: *std.Build, options: ModuleTestOptions) *Step { .name = qualified_name, .link_libc = test_target.link_libc, .target = altered_target, - .max_rss = if (mem.eql(u8, options.name, "std")) 9126805504 else 0, }); compile_c.overrideZigLibDir("lib"); compile_c.addCSourceFileSource(.{ -- cgit v1.2.3