We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a75e80 commit 208b9a7Copy full SHA for 208b9a7
src/ci/docker/dist-x86_64-linux/Dockerfile
@@ -102,7 +102,8 @@ ENV RUST_CONFIGURE_ARGS \
102
--set target.x86_64-unknown-linux-gnu.ar=/rustroot/bin/llvm-ar \
103
--set target.x86_64-unknown-linux-gnu.ranlib=/rustroot/bin/llvm-ranlib \
104
--set llvm.thin-lto=true \
105
- --set rust.jemalloc
+ --set rust.jemalloc \
106
+ --set rust.incremental=true
107
ENV SCRIPT python2.7 ../x.py dist --host $HOSTS --target $HOSTS
108
ENV CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=clang
109
0 commit comments