mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-26 13:01:34 +03:00
test: add loongarch64-linux-(gnu,musl)sf to test-modules matrix
This commit is contained in:
@@ -443,6 +443,25 @@ const module_test_targets = blk: {
|
|||||||
.link_libc = true,
|
.link_libc = true,
|
||||||
.extra_target = true,
|
.extra_target = true,
|
||||||
},
|
},
|
||||||
|
.{
|
||||||
|
.target = .{
|
||||||
|
.cpu_arch = .loongarch64,
|
||||||
|
.os_tag = .linux,
|
||||||
|
.abi = .muslsf,
|
||||||
|
},
|
||||||
|
.link_libc = true,
|
||||||
|
.extra_target = true,
|
||||||
|
},
|
||||||
|
.{
|
||||||
|
.target = .{
|
||||||
|
.cpu_arch = .loongarch64,
|
||||||
|
.os_tag = .linux,
|
||||||
|
.abi = .muslsf,
|
||||||
|
},
|
||||||
|
.linkage = .dynamic,
|
||||||
|
.link_libc = true,
|
||||||
|
.extra_target = true,
|
||||||
|
},
|
||||||
.{
|
.{
|
||||||
.target = .{
|
.target = .{
|
||||||
.cpu_arch = .loongarch64,
|
.cpu_arch = .loongarch64,
|
||||||
@@ -451,6 +470,15 @@ const module_test_targets = blk: {
|
|||||||
},
|
},
|
||||||
.link_libc = true,
|
.link_libc = true,
|
||||||
},
|
},
|
||||||
|
.{
|
||||||
|
.target = .{
|
||||||
|
.cpu_arch = .loongarch64,
|
||||||
|
.os_tag = .linux,
|
||||||
|
.abi = .gnusf,
|
||||||
|
},
|
||||||
|
.link_libc = true,
|
||||||
|
.extra_target = true,
|
||||||
|
},
|
||||||
|
|
||||||
.{
|
.{
|
||||||
.target = .{
|
.target = .{
|
||||||
|
|||||||
Reference in New Issue
Block a user