We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f456d0 commit c7e0eb1Copy full SHA for c7e0eb1
src/ci/docker/dist-x86_64-linux/Dockerfile
@@ -93,7 +93,10 @@ ENV RUST_CONFIGURE_ARGS \
93
--enable-sanitizers \
94
--enable-profiler \
95
--enable-compiler-docs \
96
- --set target.x86_64-unknown-linux-gnu.linker=clang
+ --set target.x86_64-unknown-linux-gnu.linker=clang \
97
+ --set target.x86_64-unknown-linux-gnu.ar=/rustroot/bin/llvm-ar \
98
+ --set target.x86_64-unknown-linux-gnu.ranlib=/rustroot/bin/llvm-ranlib \
99
+ --set llvm.thin-lto=true
100
ENV SCRIPT python2.7 ../x.py dist --host $HOSTS --target $HOSTS
101
ENV CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=clang
102
0 commit comments