authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-21 17:53:38+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-21 17:53:38+01:00
log34aa1bb94fd70c36005f08ced380898fecd9d511
tree2550a2dad35d5107287466504afddaec169b66ca
parent3245eddcb12b5023bbbbd63eacb5eaf4968be9cb
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

test-libc: enable loongarch64-linux-muslsf


1 files changed, 5 insertions(+), 6 deletions(-)

test/tests.zig+5-6
......@@ -2885,12 +2885,11 @@ const libc_targets: []const std.Target.Query = &.{
28852885 .os_tag = .linux,
28862886 .abi = .musl,
28872887 },
2888 // Macros like FE_INVALID are defined by musl, but they shouldn't.
2889 // .{
2890 // .cpu_arch = .loongarch64,
2891 // .os_tag = .linux,
2892 // .abi = .muslsf,
2893 // },
2888 .{
2889 .cpu_arch = .loongarch64,
2890 .os_tag = .linux,
2891 .abi = .muslsf,
2892 },
28942893 // .{
28952894 // .cpu_arch = .mips,
28962895 // .os_tag = .linux,