diff options
| author | Rémy Rakic <remy.rakic+github@gmail.com> | 2023-06-04 10:18:00 +0000 |
|---|---|---|
| committer | Rémy Rakic <remy.rakic+github@gmail.com> | 2024-03-05 16:42:42 +0000 |
| commit | b36fa7091709ba075453a51c77aeec48fd5f259e (patch) | |
| tree | 478be822b5b925c1338a66630a76c60c3f648152 /src/ci/github-actions | |
| parent | c7beecf3e3cef7a8226a99aec4e4f6bfc114ba8e (diff) | |
| download | rust-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.yml | 2 |
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 |
