mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
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.
This commit is contained in:
parent
611c38e6da
commit
237e8a5a7a
1 changed files with 1 additions and 0 deletions
|
|
@ -1176,6 +1176,7 @@ const test_targets = blk: {
|
|||
.abi = .musl,
|
||||
},
|
||||
.link_libc = true,
|
||||
.use_llvm = true,
|
||||
.use_lld = false,
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue