Skip to content

Commit 5e7114a

Browse files
Disable ThinLTO for x86_64-unknown-linux-gnu
Temporarily addresses #76980.
1 parent 4708ac7 commit 5e7114a

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)