test: Re-enable mips(el)-linux-gnueabihf tests.

Closes #4927.
This commit is contained in:
Alex Rønne Petersen 2024-08-13 21:51:56 +02:00
parent 819fe51a7e
commit 019c0fc184
No known key found for this signature in database

View file

@ -311,7 +311,6 @@ const test_targets = blk: {
.abi = .none,
},
},
.{
.target = .{
.cpu_arch = .mips,
@ -320,16 +319,14 @@ const test_targets = blk: {
},
.link_libc = true,
},
// https://github.com/ziglang/zig/issues/4927
//.{
// .target = .{
// .cpu_arch = .mips,
// .os_tag = .linux,
// .abi = .gnueabihf,
// },
// .link_libc = true,
//},
.{
.target = .{
.cpu_arch = .mips,
.os_tag = .linux,
.abi = .gnueabihf,
},
.link_libc = true,
},
.{
.target = .{
@ -338,7 +335,6 @@ const test_targets = blk: {
.abi = .none,
},
},
.{
.target = .{
.cpu_arch = .mipsel,
@ -347,16 +343,14 @@ const test_targets = blk: {
},
.link_libc = true,
},
// https://github.com/ziglang/zig/issues/4927
//.{
// .target = .{
// .cpu_arch = .mipsel,
// .os_tag = .linux,
// .abi = .gnueabihf,
// },
// .link_libc = true,
//},
.{
.target = .{
.cpu_arch = .mipsel,
.os_tag = .linux,
.abi = .gnueabihf,
},
.link_libc = true,
},
.{
.target = .{