Skip to content

Commit 5a9c7eb

Browse files
committed
temporarily disable ThinLTO on x64 linux dist builder
1 parent 109cccb commit 5a9c7eb

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ ENV RUST_CONFIGURE_ARGS \
7979
--set llvm.thin-lto=true \
8080
--set llvm.ninja=false \
8181
--set rust.jemalloc \
82-
--set rust.use-lld=true \
83-
--set rust.lto=thin
82+
--set rust.use-lld=true
8483
ENV SCRIPT ../src/ci/pgo.sh python3 ../x.py dist \
8584
--host $HOSTS --target $HOSTS \
8685
--include-default-paths \

0 commit comments

Comments
 (0)