authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-08-12 07:20:07+02:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2024-08-13 00:57:49-07:00
logeadc0c01ccb86db442c35bc7ab51f62b570b27b5
treed979fb95a5635c7c8a2e00a15dea8eb602a45ee3
parente725d1e226071d1a2697a5635df01a8eadd64a8d

test: Re-enable armv8-linux-gnueabihf tests.

Closes #3287.

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

test/tests.zig+7-8
...@@ -296,14 +296,13 @@ const test_targets = blk: {...@@ -296,14 +296,13 @@ const test_targets = blk: {
296 }) catch unreachable,296 }) catch unreachable,
297 .link_libc = true,297 .link_libc = true,
298 },298 },
299 // https://github.com/ziglang/zig/issues/3287299 .{
300 //.{300 .target = std.Target.Query.parse(.{
301 // .target = std.Target.Query.parse(.{301 .arch_os_abi = "arm-linux-gnueabihf",
302 // .arch_os_abi = "arm-linux-gnueabihf",302 .cpu_features = "generic+v8a",
303 // .cpu_features = "generic+v8a",303 }) catch unreachable,
304 // }) catch unreachable,304 .link_libc = true,
305 // .link_libc = true,305 },
306 //},
307306
308 // https://github.com/ziglang/zig/issues/16846307 // https://github.com/ziglang/zig/issues/16846
309 //.{308 //.{