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

See #8930
This commit is contained in:
Andrew Kelley 2021-05-28 16:30:33 -07:00
parent d3fb9f9532
commit 97a2f4e7ae

View File

@ -98,14 +98,15 @@ const test_targets = blk: {
},
.link_libc = true,
},
TestTarget{
.target = .{
.cpu_arch = .i386,
.os_tag = .linux,
.abi = .gnu,
},
.link_libc = true,
},
// https://github.com/ziglang/zig/issues/8930
//TestTarget{
// .target = .{
// .cpu_arch = .i386,
// .os_tag = .linux,
// .abi = .gnu,
// },
// .link_libc = true,
//},
TestTarget{
.target = .{