From f25ea264b7391fde5bcfc253056cf9e0d91e9876 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Mon, 4 Nov 2024 20:33:19 +0100 Subject: [PATCH] Revert "test: Add aarch64_be-linux-(none,gnu,musl) to module tests." This reverts commit 4049be90de6a557c1ab522363fddbb71d3ccdb18. See: https://github.com/ziglang/zig/issues/21911 --- test/tests.zig | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/test/tests.zig b/test/tests.zig index 85cbc63105..d7b36f522b 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -291,30 +291,6 @@ const test_targets = blk: { .link_libc = true, }, - .{ - .target = .{ - .cpu_arch = .aarch64_be, - .os_tag = .linux, - .abi = .none, - }, - }, - .{ - .target = .{ - .cpu_arch = .aarch64_be, - .os_tag = .linux, - .abi = .musl, - }, - .link_libc = true, - }, - .{ - .target = .{ - .cpu_arch = .aarch64_be, - .os_tag = .linux, - .abi = .gnu, - }, - .link_libc = true, - }, - .{ .target = .{ .cpu_arch = .arm,