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 = &.{...@@ -2885,12 +2885,11 @@ const libc_targets: []const std.Target.Query = &.{
2885 .os_tag = .linux,2885 .os_tag = .linux,
2886 .abi = .musl,2886 .abi = .musl,
2887 },2887 },
2888 // Macros like FE_INVALID are defined by musl, but they shouldn't.2888 .{
2889 // .{2889 .cpu_arch = .loongarch64,
2890 // .cpu_arch = .loongarch64,2890 .os_tag = .linux,
2891 // .os_tag = .linux,2891 .abi = .muslsf,
2892 // .abi = .muslsf,2892 },
2893 // },
2894 // .{2893 // .{
2895 // .cpu_arch = .mips,2894 // .cpu_arch = .mips,
2896 // .os_tag = .linux,2895 // .os_tag = .linux,