authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-05-28 16:30:33-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-05-28 16:31:09-07:00
log97a2f4e7ae9c52c595841347bb0b26572b180dcf
treec11828c4d6897b85a92bbbb13014aef5f50ead56
parentd3fb9f95323eb09b1f1f52e31363401115bfdae9

tests: disable i386-linux-gnu -lc target due to CI failures

See #8930

1 files changed, 9 insertions(+), 8 deletions(-)

test/tests.zig+9-8
...@@ -98,14 +98,15 @@ const test_targets = blk: {...@@ -98,14 +98,15 @@ const test_targets = blk: {
98 },98 },
99 .link_libc = true,99 .link_libc = true,
100 },100 },
101 TestTarget{101 // https://github.com/ziglang/zig/issues/8930
102 .target = .{102 //TestTarget{
103 .cpu_arch = .i386,103 // .target = .{
104 .os_tag = .linux,104 // .cpu_arch = .i386,
105 .abi = .gnu,105 // .os_tag = .linux,
106 },106 // .abi = .gnu,
107 .link_libc = true,107 // },
108 },108 // .link_libc = true,
109 //},
109110
110 TestTarget{111 TestTarget{
111 .target = .{112 .target = .{