mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-26 13:01:34 +03:00
test: add loongarch32-linux-none to test-modules matrix
This commit is contained in:
@@ -410,6 +410,14 @@ const module_test_targets = blk: {
|
||||
.extra_target = true,
|
||||
},
|
||||
|
||||
.{
|
||||
.target = .{
|
||||
.cpu_arch = .loongarch32,
|
||||
.os_tag = .linux,
|
||||
.abi = .none,
|
||||
},
|
||||
},
|
||||
|
||||
.{
|
||||
.target = .{
|
||||
.cpu_arch = .loongarch64,
|
||||
|
||||
Reference in New Issue
Block a user