aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2021-05-28 16:30:33 -0700
committerAndrew Kelley <andrew@ziglang.org>2021-05-28 16:31:09 -0700
commit97a2f4e7ae9c52c595841347bb0b26572b180dcf (patch)
treec11828c4d6897b85a92bbbb13014aef5f50ead56 /test
parentd3fb9f95323eb09b1f1f52e31363401115bfdae9 (diff)
downloadzig-97a2f4e7ae9c52c595841347bb0b26572b180dcf.tar.gz
zig-97a2f4e7ae9c52c595841347bb0b26572b180dcf.zip
tests: disable i386-linux-gnu -lc target due to CI failures
See #8930
Diffstat (limited to 'test')
-rw-r--r--test/tests.zig17
1 files changed, 9 insertions, 8 deletions
diff --git a/test/tests.zig b/test/tests.zig
index 63b851e90b..4a7cf9c02f 100644
--- a/test/tests.zig
+++ b/test/tests.zig
@@ -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 = .{