| ... | @@ -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/3287 | 299 | .{ |
| 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 | //}, | | |
| 307 | | 306 | |
| 308 | // https://github.com/ziglang/zig/issues/16846 | 307 | // https://github.com/ziglang/zig/issues/16846 |
| 309 | //.{ | 308 | //.{ |