Skip to content

Commit a61a7c5

Browse files
author
David Sonder
committed
Enable rust-lld on dist-x86_64-musl
Add rust-lld to llvm-tools-preview on nightly for musl
1 parent 2113659 commit a61a7c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/ci/docker/dist-x86_64-musl/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ ENV RUST_CONFIGURE_ARGS \
3434
--musl-root-x86_64=/usr/local/x86_64-linux-musl \
3535
--enable-extended \
3636
--disable-docs \
37+
--enable-lld \
3738
--set target.x86_64-unknown-linux-musl.crt-static=false \
3839
--build $HOSTS
3940

0 commit comments

Comments
 (0)