authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-11-03 07:58:49+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-12-13 03:13:14+01:00
log9aa4cf4f8895fe1e61ec92e97c6255df0a58f88e
treeb779b0a54c57a6aa5190f815f075be07b98a347e
parentfdc0ed92ce839f7532bff94d9c8127b07e8161d0
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

test: Add aarch64_be-linux-* to the module test matrix.


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

test/tests.zig+24
...@@ -307,6 +307,30 @@ const test_targets = blk: {...@@ -307,6 +307,30 @@ const test_targets = blk: {
307 .link_libc = true,307 .link_libc = true,
308 },308 },
309309
310 .{
311 .target = .{
312 .cpu_arch = .aarch64_be,
313 .os_tag = .linux,
314 .abi = .none,
315 },
316 },
317 .{
318 .target = .{
319 .cpu_arch = .aarch64_be,
320 .os_tag = .linux,
321 .abi = .musl,
322 },
323 .link_libc = true,
324 },
325 .{
326 .target = .{
327 .cpu_arch = .aarch64_be,
328 .os_tag = .linux,
329 .abi = .gnu,
330 },
331 .link_libc = true,
332 },
333
310 .{334 .{
311 .target = .{335 .target = .{
312 .cpu_arch = .arm,336 .cpu_arch = .arm,