Commit 7187f37
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 7e6f5f0 commit 7187f37
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
0 commit comments