authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-04-25 15:36:48+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-04-25 21:54:48+02:00
loga9fbcb7c67382e59a6e9e5732d31852e3b18cb66
tree8c493e2631568c3fcf180b788056049b185e556d
parent9ecf5b4603742577d1bae6ca95be18df8f079ec4
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

test: add loongarch32-linux-none to test-modules matrix


1 files changed, 8 insertions(+), 0 deletions(-)

test/tests.zig+8
...@@ -410,6 +410,14 @@ const module_test_targets = blk: {...@@ -410,6 +410,14 @@ const module_test_targets = blk: {
410 .extra_target = true,410 .extra_target = true,
411 },411 },
412412
413 .{
414 .target = .{
415 .cpu_arch = .loongarch32,
416 .os_tag = .linux,
417 .abi = .none,
418 },
419 },
420
413 .{421 .{
414 .target = .{422 .target = .{
415 .cpu_arch = .loongarch64,423 .cpu_arch = .loongarch64,