| ... | ... | @@ -296,14 +296,13 @@ const test_targets = blk: { |
| 296 | 296 | }) catch unreachable, |
| 297 | 297 | .link_libc = true, |
| 298 | 298 | }, |
| 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 | }, |
| 307 | 306 | |
| 308 | 307 | // https://github.com/ziglang/zig/issues/16846 |
| 309 | 308 | //.{ |