Skip to content

Commit

Permalink
test: Re-enable armv8-linux-gnueabihf tests.
Browse files Browse the repository at this point in the history
Closes #3287.
  • Loading branch information
alexrp authored and andrewrk committed Aug 13, 2024
1 parent e725d1e commit eadc0c0
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions test/tests.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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
//.{
Expand Down

0 comments on commit eadc0c0

Please sign in to comment.