Revert "tests: disable i386-linux-gnu -lc target due to CI failures"
This reverts commit 97a2f4e7ae9c52c595841347bb0b26572b180dcf.
1 files changed, 8 insertions(+), 9 deletions(-)
test
test/tests.zig+8-9
| ... | ... | @@ -98,15 +98,14 @@ const test_targets = blk: { |
| 98 | 98 | }, |
| 99 | 99 | .link_libc = true, |
| 100 | 100 | }, |
| 101 | | // https://github.com/ziglang/zig/issues/8930 |
| 102 | | //TestTarget{ |
| 103 | | // .target = .{ |
| 104 | | // .cpu_arch = .i386, |
| 105 | | // .os_tag = .linux, |
| 106 | | // .abi = .gnu, |
| 107 | | // }, |
| 108 | | // .link_libc = true, |
| 109 | | //}, |
| 101 | TestTarget{ |
| 102 | .target = .{ |
| 103 | .cpu_arch = .i386, |
| 104 | .os_tag = .linux, |
| 105 | .abi = .gnu, |
| 106 | }, |
| 107 | .link_libc = true, |
| 108 | }, |
| 110 | 109 | |
| 111 | 110 | TestTarget{ |
| 112 | 111 | .target = .{ |