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
+2
View File
@@ -72,6 +72,8 @@ pub fn run_tests(env: &Environment) -> anyhow::Result<()> {
[rust]
channel = "{channel}"
verbose-tests = true
# rust-lld cannot be combined with an external LLVM
lld = false
[build]
rustc = "{rustc}"