Skip to content

Commit

Permalink
Enable rust-lld on dist-x86_64-musl
Browse files Browse the repository at this point in the history
Add rust-lld to llvm-tools-preview on nightly for musl
  • Loading branch information
David Sonder committed Mar 31, 2020
1 parent 2113659 commit a61a7c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ci/docker/dist-x86_64-musl/Dockerfile
Expand Up @@ -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

Expand Down

0 comments on commit a61a7c5

Please sign in to comment.