authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-04-25 14:35:13+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-04-25 21:54:48+02:00
log1bd9f3f4f272e830d15b6207f21eb5d68f7639b0
treecec4081d9609185f4e41970c853aa8485e2b95c1
parenta9fbcb7c67382e59a6e9e5732d31852e3b18cb66
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

test: add loongarch64-linux-(gnu,musl)sf to test-modules matrix


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

test/tests.zig+28
......@@ -443,6 +443,25 @@ const module_test_targets = blk: {
443443 .link_libc = true,
444444 .extra_target = true,
445445 },
446 .{
447 .target = .{
448 .cpu_arch = .loongarch64,
449 .os_tag = .linux,
450 .abi = .muslsf,
451 },
452 .link_libc = true,
453 .extra_target = true,
454 },
455 .{
456 .target = .{
457 .cpu_arch = .loongarch64,
458 .os_tag = .linux,
459 .abi = .muslsf,
460 },
461 .linkage = .dynamic,
462 .link_libc = true,
463 .extra_target = true,
464 },
446465 .{
447466 .target = .{
448467 .cpu_arch = .loongarch64,
......@@ -451,6 +470,15 @@ const module_test_targets = blk: {
451470 },
452471 .link_libc = true,
453472 },
473 .{
474 .target = .{
475 .cpu_arch = .loongarch64,
476 .os_tag = .linux,
477 .abi = .gnusf,
478 },
479 .link_libc = true,
480 .extra_target = true,
481 },
454482
455483 .{
456484 .target = .{