authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-05-27 00:28:44+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-05-27 00:28:44+02:00
log7451f5d1174c1113da50c883c7b3f7e8415cea0a
tree4fb04736f08bd59e3156f35982a6020f7a2c5eb8
parent197ba117870bf9391b633fb1aae7dc4a22098fac
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

test: add x86-freebsd to the module test matrix

While it's not supported as a native install architecture anymore, it's still a supported compatibility target.

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

test/tests.zig+9
......@@ -144,6 +144,15 @@ const module_test_targets = blk: {
144144 .link_libc = true,
145145 },
146146
147 .{
148 .target = .{
149 .cpu_arch = .x86,
150 .os_tag = .freebsd,
151 .abi = .none,
152 },
153 .link_libc = true,
154 },
155
147156 .{
148157 .target = .{
149158 .cpu_arch = .x86_64,