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:
@@ -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 = .{
|
||||
|
||||
Reference in New Issue
Block a user