| ... | @@ -1043,7 +1043,7 @@ pub fn addCAbiTests(b: *std.Build, skip_non_native: bool, skip_release: bool) *S | ... | @@ -1043,7 +1043,7 @@ pub fn addCAbiTests(b: *std.Build, skip_non_native: bool, skip_release: bool) *S |
| 1043 | // test-c-abi should test both with LTO on and with LTO off. Only | 1043 | // test-c-abi should test both with LTO on and with LTO off. Only |
| 1044 | // some combinations are passing currently: | 1044 | // some combinations are passing currently: |
| 1045 | // https://github.com/ziglang/zig/issues/14908 | 1045 | // https://github.com/ziglang/zig/issues/14908 |
| 1046 | if (c_abi_target.isWindows() and (c_abi_target.getCpuArch() == .x86 or builtin.target.os.tag == .linux)) { | 1046 | if (c_abi_target.isWindows()) { |
| 1047 | test_step.want_lto = false; | 1047 | test_step.want_lto = false; |
| 1048 | } | 1048 | } |
| 1049 | | 1049 | |