Skip to content

Commit 7187f37

Browse files
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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust-1.88.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ pipeline:
6363
cat > config.toml <<EOF
6464
[rust]
6565
deny-warnings = false
66+
lld = false
6667
EOF
6768
6869
./configure \

0 commit comments

Comments
 (0)