Disable rust-lld in post-dist tests

This commit is contained in:
Jakub Beránek 2025-06-29 09:38:59 +02:00
parent 890f81b1fc
commit 1a8b6f5f2f
No known key found for this signature in database
GPG key ID: 909CD0D26483516B

View file

@ -72,6 +72,8 @@ change-id = 115898
[rust]
channel = "{channel}"
verbose-tests = true
# rust-lld cannot be combined with an external LLVM
lld = false
[build]
rustc = "{rustc}"