Skip to content

Commit 6f57bad

Browse files
Set a lower ThinLTO import limit for PR CI image.
1 parent 1b7c404 commit 6f57bad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ci/docker/x86_64-gnu-llvm-7/Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ RUN sh /scripts/sccache.sh
2525
ENV RUST_CONFIGURE_ARGS \
2626
--build=x86_64-unknown-linux-gnu \
2727
--llvm-root=/usr/lib/llvm-7 \
28-
--enable-llvm-link-shared
28+
--enable-llvm-link-shared \
29+
--set rust.thin-lto-import-instr-limit=10
30+
2931
ENV SCRIPT python2.7 ../x.py test src/tools/tidy && python2.7 ../x.py test
3032

3133
# The purpose of this container isn't to test with debug assertions and

0 commit comments

Comments
 (0)