We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7c404 commit 6f57badCopy full SHA for 6f57bad
src/ci/docker/x86_64-gnu-llvm-7/Dockerfile
@@ -25,7 +25,9 @@ RUN sh /scripts/sccache.sh
25
ENV RUST_CONFIGURE_ARGS \
26
--build=x86_64-unknown-linux-gnu \
27
--llvm-root=/usr/lib/llvm-7 \
28
- --enable-llvm-link-shared
+ --enable-llvm-link-shared \
29
+ --set rust.thin-lto-import-instr-limit=10
30
+
31
ENV SCRIPT python2.7 ../x.py test src/tools/tidy && python2.7 ../x.py test
32
33
# The purpose of this container isn't to test with debug assertions and
0 commit comments