authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-11-04 20:33:19+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-11-05 07:15:53+01:00
logf25ea264b7391fde5bcfc253056cf9e0d91e9876
tree3b9b86f14b38cf6172b38505ab9a0b70fffad725
parentbd8ef0036d8d380a753bb88d426f58c059c97f61

Revert "test: Add aarch64_be-linux-(none,gnu,musl) to module tests."

This reverts commit 4049be90de6a557c1ab522363fddbb71d3ccdb18. See: https://github.com/ziglang/zig/issues/21911

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

test/tests.zig-24
...@@ -291,30 +291,6 @@ const test_targets = blk: {...@@ -291,30 +291,6 @@ const test_targets = blk: {
291 .link_libc = true,291 .link_libc = true,
292 },292 },
293293
294 .{
295 .target = .{
296 .cpu_arch = .aarch64_be,
297 .os_tag = .linux,
298 .abi = .none,
299 },
300 },
301 .{
302 .target = .{
303 .cpu_arch = .aarch64_be,
304 .os_tag = .linux,
305 .abi = .musl,
306 },
307 .link_libc = true,
308 },
309 .{
310 .target = .{
311 .cpu_arch = .aarch64_be,
312 .os_tag = .linux,
313 .abi = .gnu,
314 },
315 .link_libc = true,
316 },
317
318 .{294 .{
319 .target = .{295 .target = .{
320 .cpu_arch = .arm,296 .cpu_arch = .arm,