authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-08-04 20:23:17+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-08-04 21:13:13+02:00
log142bd772e11697e296dcd9cda379db90b48b60a7
tree84a70ccd643c0ff14d43525d266c30b6c76eaa84
parentbddd915dd92abbf106a9dc5600782c3fd61b0a37
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

test: add loongarch32-linux-gnu[sf] to module test matrix


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

test/tests.zig+17
...@@ -455,6 +455,23 @@ const module_test_targets = blk: {...@@ -455,6 +455,23 @@ const module_test_targets = blk: {
455 .abi = .none,455 .abi = .none,
456 },456 },
457 },457 },
458 .{
459 .target = .{
460 .cpu_arch = .loongarch32,
461 .os_tag = .linux,
462 .abi = .gnu,
463 },
464 .link_libc = true,
465 },
466 .{
467 .target = .{
468 .cpu_arch = .loongarch32,
469 .os_tag = .linux,
470 .abi = .gnusf,
471 },
472 .link_libc = true,
473 .extra_target = true,
474 },
458475
459 .{476 .{
460 .target = .{477 .target = .{