Merge pull request #23923 from alexrp/compiler-rt-symbols

Use hidden visibility in compiler-rt and libzigc except when testing
This commit is contained in:
Alex Rønne Petersen
2025-05-20 07:48:35 +02:00
committed by GitHub
10 changed files with 141 additions and 133 deletions

View File

@@ -437,7 +437,8 @@ pub fn build(b: *std.Build) !void {
.skip_non_native = skip_non_native,
.skip_libc = skip_libc,
.use_llvm = use_llvm,
.max_rss = 2 * 1024 * 1024 * 1024,
// 2262585344 was observed on an x86_64-linux-gnu host.
.max_rss = 2488843878,
}));
test_modules_step.dependOn(tests.addModuleTests(b, .{