| author | |
| committer | |
| log | f25ea264b7391fde5bcfc253056cf9e0d91e9876 |
| tree | 3b9b86f14b38cf6172b38505ab9a0b70fffad725 |
| parent | bd8ef0036d8d380a753bb88d426f58c059c97f61 |
This reverts commit 4049be90de6a557c1ab522363fddbb71d3ccdb18.
See: https://github.com/ziglang/zig/issues/219111 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 | }, |
| 293 | 293 | ||
| 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, |