Commit eadc0c01cc

Alex Rønne Petersen <alex@alexrp.com>
2024-08-12 07:20:07
test: Re-enable armv8-linux-gnueabihf tests.
Closes #3287.
1 parent e725d1e
Changed files (1)
test/tests.zig
@@ -296,14 +296,13 @@ const test_targets = blk: {
             }) catch unreachable,
             .link_libc = true,
         },
-        // https://github.com/ziglang/zig/issues/3287
-        //.{
-        //    .target = std.Target.Query.parse(.{
-        //        .arch_os_abi = "arm-linux-gnueabihf",
-        //        .cpu_features = "generic+v8a",
-        //    }) catch unreachable,
-        //    .link_libc = true,
-        //},
+        .{
+            .target = std.Target.Query.parse(.{
+                .arch_os_abi = "arm-linux-gnueabihf",
+                .cpu_features = "generic+v8a",
+            }) catch unreachable,
+            .link_libc = true,
+        },
 
         // https://github.com/ziglang/zig/issues/16846
         //.{