Skip to content

Commit 2de10f8

Browse files
Mark-Simulacrumpietroalbini
authored andcommitted
Disable ThinLTO for x86_64-unknown-linux-gnu
Temporarily addresses #76980.
1 parent 90ed0a8 commit 2de10f8

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 rust.jemalloc
100100
ENV SCRIPT python2.7 ../x.py dist --host $HOSTS --target $HOSTS
101101
ENV CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=clang

0 commit comments

Comments
 (0)