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: {...@@ -98,15 +98,14 @@ const test_targets = blk: {
98 },98 },
99 .link_libc = true,99 .link_libc = true,
100 },100 },
101 // https://github.com/ziglang/zig/issues/4926101 TestTarget{
102 //TestTarget{102 .target = .{
103 // .target = .{103 .cpu_arch = .i386,
104 // .cpu_arch = .i386,104 .os_tag = .linux,
105 // .os_tag = .linux,105 .abi = .gnu,
106 // .abi = .gnu,106 },
107 // },107 .link_libc = true,
108 // .link_libc = true,108 },
109 //},
110109
111 TestTarget{110 TestTarget{
112 .target = .{111 .target = .{