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: {
296296 }) catch unreachable,
297297 .link_libc = true,
298298 },
299 // https://github.com/ziglang/zig/issues/3287
300 //.{
301 // .target = std.Target.Query.parse(.{
302 // .arch_os_abi = "arm-linux-gnueabihf",
303 // .cpu_features = "generic+v8a",
304 // }) catch unreachable,
305 // .link_libc = true,
306 //},
299 .{
300 .target = std.Target.Query.parse(.{
301 .arch_os_abi = "arm-linux-gnueabihf",
302 .cpu_features = "generic+v8a",
303 }) catch unreachable,
304 .link_libc = true,
305 },
307306
308307 // https://github.com/ziglang/zig/issues/16846
309308 //.{