Commit 97a2f4e7ae

Andrew Kelley <andrew@ziglang.org>
2021-05-29 01:30:33
tests: disable i386-linux-gnu -lc target due to CI failures
See #8930
1 parent d3fb9f9
Changed files (1)
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 = .{