]> git.lizzy.rs Git - rust.git/commitdiff
Enable rust-lld on dist-x86_64-musl
authorDavid Sonder <dave.sonder@protonmail.ch>
Tue, 31 Mar 2020 14:59:44 +0000 (16:59 +0200)
committerDavid Sonder <dave.sonder@protonmail.ch>
Tue, 31 Mar 2020 15:20:16 +0000 (17:20 +0200)
Add rust-lld to llvm-tools-preview on nightly for musl

src/ci/docker/dist-x86_64-musl/Dockerfile

index 385eefde846c293b41d3f3727fec5e8fc9cc2267..ffeb265e11bd1c747db58a7cc673ca7e596b6b57 100644 (file)
@@ -34,6 +34,7 @@ ENV RUST_CONFIGURE_ARGS \
       --musl-root-x86_64=/usr/local/x86_64-linux-musl \
       --enable-extended \
       --disable-docs \
+      --enable-lld \
       --set target.x86_64-unknown-linux-musl.crt-static=false \
       --build $HOSTS