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>2023-06-04 10:18:00 +0000
committerRémy Rakic <remy.rakic+github@gmail.com>2024-03-05 16:42:42 +0000
commitb36fa7091709ba075453a51c77aeec48fd5f259e (patch)
tree478be822b5b925c1338a66630a76c60c3f648152 /src/ci/github-actions
parentc7beecf3e3cef7a8226a99aec4e4f6bfc114ba8e (diff)
downloadrust-b36fa7091709ba075453a51c77aeec48fd5f259e.tar.gz
rust-b36fa7091709ba075453a51c77aeec48fd5f259e.zip
build rustc with 1CGU on x86_64-apple-darwin
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 2ba5d357a1d..d09140f5ad3 100644
--- a/src/ci/github-actions/ci.yml
+++ b/src/ci/github-actions/ci.yml
@@ -535,7 +535,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 rust.lto=thin
+              RUST_CONFIGURE_ARGS: --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set rust.lto=thin --set rust.codegen-units=1
               RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
               MACOSX_DEPLOYMENT_TARGET: 10.12
               SELECT_XCODE: /Applications/Xcode_14.3.1.app