Skip to content

Commit 4c78178

Browse files
committed
Auto merge of #78148 - Mark-Simulacrum:beta-76980, r=pietroalbini
[beta] Disable ThinLTO for x86_64-unknown-linux-gnu Temporarily addresses #76980 for 1.48 release. r? `@pietroalbini`
2 parents fb94aa5 + 5e7114a commit 4c78178

File tree

1 file changed

+1
-1
lines changed
  • src/ci/docker/host-x86_64/dist-x86_64-linux

1 file changed

+1
-1
lines changed

src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ ENV RUST_CONFIGURE_ARGS \
9595
--set target.x86_64-unknown-linux-gnu.linker=clang \
9696
--set target.x86_64-unknown-linux-gnu.ar=/rustroot/bin/llvm-ar \
9797
--set target.x86_64-unknown-linux-gnu.ranlib=/rustroot/bin/llvm-ranlib \
98-
--set llvm.thin-lto=true \
98+
--set llvm.thin-lto=false \
9999
--set llvm.ninja=false \
100100
--set rust.jemalloc
101101
ENV SCRIPT python2.7 ../x.py dist --host $HOSTS --target $HOSTS \

0 commit comments

Comments
 (0)