test: Enable i386-linux-gnu test

This is needed to catch any possible problem with executables linking to
32bit glibc.
This commit is contained in:
LemonBoy
2021-05-07 09:45:37 +02:00
parent 679876ba72
commit 93f48189f1

View File

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