authorgravatar for thatlemon@gmail.comLemonBoy <thatlemon@gmail.com> 2021-05-07 09:45:37+02:00
committergravatar for thatlemon@gmail.comLemonBoy <thatlemon@gmail.com> 2021-05-11 12:33:48+02:00
log93f48189f18c9e2a74c8385497a31cbec3059a79
tree4092abceac880f799ccca6745628f43dcf12ace5
parent679876ba7266e6a9eac73705280a39158808bd52

test: Enable i386-linux-gnu test

This is needed to catch any possible problem with executables linking to 32bit glibc.

1 files changed, 8 insertions(+), 9 deletions(-)

test/tests.zig+8-9
......@@ -98,15 +98,14 @@ const test_targets = blk: {
9898 },
9999 .link_libc = true,
100100 },
101 // https://github.com/ziglang/zig/issues/4926
102 //TestTarget{
103 // .target = .{
104 // .cpu_arch = .i386,
105 // .os_tag = .linux,
106 // .abi = .gnu,
107 // },
108 // .link_libc = true,
109 //},
101 TestTarget{
102 .target = .{
103 .cpu_arch = .i386,
104 .os_tag = .linux,
105 .abi = .gnu,
106 },
107 .link_libc = true,
108 },
110109
111110 TestTarget{
112111 .target = .{