about summary refs log tree commit diff
path: root/src/ci/github-actions
diff options
context:
space:
mode:
authorRémy Rakic <remy.rakic+github@gmail.com>2022-12-17 21:55:08 +0000
committerRémy Rakic <remy.rakic+github@gmail.com>2022-12-17 21:55:08 +0000
commitae68e1725d13c005674028f59f31187745b1329a (patch)
tree051740381a3c6c5d0bc20bd1688ec3bc796d5bc8 /src/ci/github-actions
parent2d76a9df5d040e8dfcb23e01fc3847c628d833e4 (diff)
downloadrust-ae68e1725d13c005674028f59f31187745b1329a.tar.gz
rust-ae68e1725d13c005674028f59f31187745b1329a.zip
Re-enable ThinLTO for rustc on x86_64-apple-darwin dist builds
This reverts commit ddb6fe2e1d270d23ec09c2cb435c22229830e97c.
Diffstat (limited to 'src/ci/github-actions')
-rw-r--r--src/ci/github-actions/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml
index 5a0397a3d12..d1ba46ad30d 100644
--- a/src/ci/github-actions/ci.yml
+++ b/src/ci/github-actions/ci.yml
@@ -467,7 +467,7 @@ jobs:
           - name: dist-x86_64-apple
             env:
               SCRIPT: ./x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin
-              RUST_CONFIGURE_ARGS: --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false
+              RUST_CONFIGURE_ARGS: --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false --set rust.lto=thin
               RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
               MACOSX_DEPLOYMENT_TARGET: 10.7
               SELECT_XCODE: /Applications/Xcode_13.4.1.app