mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
Revert "tests: add a maxrss for compiling std lib C backend .c file"
This reverts commit c75e11bf6a.
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.
This commit is contained in:
parent
1084590ec4
commit
39644fb277
1 changed files with 0 additions and 1 deletions
|
|
@ -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(.{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue