authorgravatar for thatlemon@gmail.comLemonBoy <thatlemon@gmail.com> 2021-06-06 11:12:41+02:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-06-06 18:04:16-07:00
log616c82e446625478179b873b37b05fddfc53ed01
treec24d636c8bbae5a384826695746a7df4e628bc22
parente44b55b07213a4907d31e573afc3090a749c89de

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

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/8930101 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 //},
110109
111 TestTarget{110 TestTarget{
112 .target = .{111 .target = .{