| author | |
| committer | |
| log | 616c82e446625478179b873b37b05fddfc53ed01 |
| tree | c24d636c8bbae5a384826695746a7df4e628bc22 |
| parent | e44b55b07213a4907d31e573afc3090a749c89de |
This reverts commit 97a2f4e7ae9c52c595841347bb0b26572b180dcf.1 files changed, 8 insertions(+), 9 deletions(-)
test/tests.zig+8-9| ... | @@ -98,15 +98,14 @@ const test_targets = blk: { | ... | @@ -98,15 +98,14 @@ const test_targets = blk: { |
| 98 | }, | 98 | }, |
| 99 | .link_libc = true, | 99 | .link_libc = true, |
| 100 | }, | 100 | }, |
| 101 | // https://github.com/ziglang/zig/issues/8930 | 101 | TestTarget{ |
| 102 | //TestTarget{ | 102 | .target = .{ |
| 103 | // .target = .{ | 103 | .cpu_arch = .i386, |
| 104 | // .cpu_arch = .i386, | 104 | .os_tag = .linux, |
| 105 | // .os_tag = .linux, | 105 | .abi = .gnu, |
| 106 | // .abi = .gnu, | 106 | }, |
| 107 | // }, | 107 | .link_libc = true, |
| 108 | // .link_libc = true, | 108 | }, |
| 109 | //}, | ||
| 110 | 109 | ||
| 111 | TestTarget{ | 110 | TestTarget{ |
| 112 | .target = .{ | 111 | .target = .{ |