mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
test: re-enable test-std for loongarch64-linux
This commit is contained in:
parent
f90548e740
commit
e06bcd74c3
@ -419,8 +419,6 @@ const test_targets = blk: {
|
|||||||
.os_tag = .linux,
|
.os_tag = .linux,
|
||||||
.abi = .none,
|
.abi = .none,
|
||||||
},
|
},
|
||||||
// https://github.com/ziglang/zig/issues/21646
|
|
||||||
.skip_modules = &.{"std"},
|
|
||||||
},
|
},
|
||||||
.{
|
.{
|
||||||
.target = .{
|
.target = .{
|
||||||
@ -429,8 +427,6 @@ const test_targets = blk: {
|
|||||||
.abi = .musl,
|
.abi = .musl,
|
||||||
},
|
},
|
||||||
.link_libc = true,
|
.link_libc = true,
|
||||||
// https://github.com/ziglang/zig/issues/21646
|
|
||||||
.skip_modules = &.{"std"},
|
|
||||||
},
|
},
|
||||||
.{
|
.{
|
||||||
.target = .{
|
.target = .{
|
||||||
@ -440,8 +436,6 @@ const test_targets = blk: {
|
|||||||
},
|
},
|
||||||
.linkage = .dynamic,
|
.linkage = .dynamic,
|
||||||
.link_libc = true,
|
.link_libc = true,
|
||||||
// https://github.com/ziglang/zig/issues/21646
|
|
||||||
.skip_modules = &.{"std"},
|
|
||||||
.extra_target = true,
|
.extra_target = true,
|
||||||
},
|
},
|
||||||
.{
|
.{
|
||||||
@ -451,8 +445,6 @@ const test_targets = blk: {
|
|||||||
.abi = .gnu,
|
.abi = .gnu,
|
||||||
},
|
},
|
||||||
.link_libc = true,
|
.link_libc = true,
|
||||||
// https://github.com/ziglang/zig/issues/21646
|
|
||||||
.skip_modules = &.{"std"},
|
|
||||||
},
|
},
|
||||||
|
|
||||||
.{
|
.{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user