mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 00:35:10 +00:00
parent
23a227a073
commit
486626beb7
@ -3,6 +3,11 @@ const builtin = @import("builtin");
|
||||
const tests = @import("tests.zig");
|
||||
|
||||
pub fn addCases(cases: *tests.StandaloneContext) void {
|
||||
if (builtin.os.tag == .windows) {
|
||||
// https://github.com/ziglang/zig/issues/12421
|
||||
return;
|
||||
}
|
||||
|
||||
cases.addBuildFile("test/link/bss/build.zig", .{
|
||||
.build_modes = false, // we only guarantee zerofill for undefined in Debug
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user