Skip to content

Commit b17c10d

Browse files
CI: Use lld for linking LLVM in the x86_64-gnu-debug image.
1 parent dc20c8c commit b17c10d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ci/docker/x86_64-gnu-debug/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ ENV RUST_CONFIGURE_ARGS \
3333
--enable-lld \
3434
--enable-lldb \
3535
--enable-optimize \
36+
--set llvm.use-linker=lld \
3637
--set target.x86_64-unknown-linux-gnu.linker=clang \
3738
--set target.x86_64-unknown-linux-gnu.cc=clang \
3839
--set target.x86_64-unknown-linux-gnu.cxx=clang++

0 commit comments

Comments
 (0)