authorgravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2025-09-27 11:24:31+01:00
committergravatar for jacobly@ziglang.orgJacob Young <jacobly@ziglang.org> 2025-09-27 18:30:52-04:00
log237e8a5a7a9b1b007f177198a52eeb99fb5d1b43
treee08cbdd57ec2670e0e0f660cbff5f0cda4b1aaca
parent611c38e6daffc18bc044ebb1e20d161b4ef757f2

tests: fix redundant target in matrix

Because -fno-llvm is now the default on x86_64-linux, this target was exactly equivalent to one specified earlier in the matrix. This was probably just missed when doing the work to enable the self-hosted backend by default for x86_64.

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

test/tests.zig+1
...@@ -1176,6 +1176,7 @@ const test_targets = blk: {...@@ -1176,6 +1176,7 @@ const test_targets = blk: {
1176 .abi = .musl,1176 .abi = .musl,
1177 },1177 },
1178 .link_libc = true,1178 .link_libc = true,
1179 .use_llvm = true,
1179 .use_lld = false,1180 .use_lld = false,
1180 },1181 },
11811182