Skip to content

Commit

Permalink
Set a lower ThinLTO import limit for PR CI image.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwoerister committed Jan 2, 2020
1 parent 1b7c404 commit 6f57bad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ci/docker/x86_64-gnu-llvm-7/Dockerfile
Expand Up @@ -25,7 +25,9 @@ RUN sh /scripts/sccache.sh
ENV RUST_CONFIGURE_ARGS \
--build=x86_64-unknown-linux-gnu \
--llvm-root=/usr/lib/llvm-7 \
--enable-llvm-link-shared
--enable-llvm-link-shared \
--set rust.thin-lto-import-instr-limit=10

ENV SCRIPT python2.7 ../x.py test src/tools/tidy && python2.7 ../x.py test

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

0 comments on commit 6f57bad

Please sign in to comment.