Commit 548e170
committed
rust-1.88: set rust.lld to false to fix FTBFS
Upstream have changed to no longer unconditionally build LLD in
bootstrap, instead only building it if a system LLVM was not in use.
The defaults were not updated before 1.88 was released to reflect this,
however, so the boostrap will still expect `rust-lld` to have been
built. This change is recommended by upstream in
rust-lang/rust#143076 (comment)
See also rust-lang/rust#143255 which will fix
this for post-1.88 releases (which shouldn't matter for us, as we'll
still have this configuration change in place).1 parent 365680e commit 548e170
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
95 | 100 | | |
96 | 101 | | |
97 | 102 | | |
| |||
0 commit comments