Skip to content

Commit

Permalink
Auto merge of rust-lang#78148 - Mark-Simulacrum:beta-76980, r=pietroa…
Browse files Browse the repository at this point in the history
…lbini

[beta] Disable ThinLTO for x86_64-unknown-linux-gnu

Temporarily addresses rust-lang#76980 for 1.48 release.

r? `@pietroalbini`
  • Loading branch information
bors committed Oct 21, 2020
2 parents fb94aa5 + 5e7114a commit 4c78178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ ENV RUST_CONFIGURE_ARGS \
--set target.x86_64-unknown-linux-gnu.linker=clang \
--set target.x86_64-unknown-linux-gnu.ar=/rustroot/bin/llvm-ar \
--set target.x86_64-unknown-linux-gnu.ranlib=/rustroot/bin/llvm-ranlib \
--set llvm.thin-lto=true \
--set llvm.thin-lto=false \
--set llvm.ninja=false \
--set rust.jemalloc
ENV SCRIPT python2.7 ../x.py dist --host $HOSTS --target $HOSTS \
Expand Down

0 comments on commit 4c78178

Please sign in to comment.