about summary refs log tree commit diff
path: root/.github/workflows
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 /.github/workflows
parentc7beecf3e3cef7a8226a99aec4e4f6bfc114ba8e (diff)
downloadrust-b36fa7091709ba075453a51c77aeec48fd5f259e.tar.gz
rust-b36fa7091709ba075453a51c77aeec48fd5f259e.zip
build rustc with 1CGU on x86_64-apple-darwin
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1d1056de25c..090a4b1382a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -333,7 +333,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