mirror of
https://github.com/ziglang/zig.git
synced 2026-02-15 13:58:27 +00:00
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:
parent
679876ba72
commit
93f48189f1
@ -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 = .{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user