mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-09 07:08:59 +00:00
test: re-enable test-std for loongarch64-linux
This commit is contained in:
parent
f90548e740
commit
e06bcd74c3
1 changed files with 0 additions and 8 deletions
|
|
@ -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…
Add table
Reference in a new issue