motiejus/zig

fork of https://codeberg.org/ziglang/zig
git clone https://git.jakstys.lt/motiejus/zig.git
Log | Tree | Refs | README | LICENSE

commit f25ea264b7391fde5bcfc253056cf9e0d91e9876 (tree)
parent bd8ef0036d8d380a753bb88d426f58c059c97f61
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Mon,  4 Nov 2024 20:33:19 +0100

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

This reverts commit 4049be90de6a557c1ab522363fddbb71d3ccdb18.

See: https://github.com/ziglang/zig/issues/21911

Diffstat:
Mtest/tests.zig | 24------------------------
1 file changed, 0 insertions(+), 24 deletions(-)

diff --git a/test/tests.zig b/test/tests.zig @@ -293,30 +293,6 @@ const test_targets = blk: { .{ .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, .os_tag = .linux, .abi = .eabi,