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 09:55:03 +0000
committerRémy Rakic <remy.rakic+github@gmail.com>2024-03-05 16:50:48 +0000
commit7d6969bb28d280454a8fa7fe42e2f19f4d8f6e29 (patch)
treef2bb5040b69e3cc7dfe116747c5edc369c10d204 /src/ci/github-actions
parentc7beecf3e3cef7a8226a99aec4e4f6bfc114ba8e (diff)
downloadrust-7d6969bb28d280454a8fa7fe42e2f19f4d8f6e29.tar.gz
rust-7d6969bb28d280454a8fa7fe42e2f19f4d8f6e29.zip
build rustc with 1CGU on x86_64-pc-windows-msvc
Diffstat (limited to 'src/ci/github-actions')
-rw-r--r--src/ci/github-actions/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml
index 2ba5d357a1d..2b43663fcca 100644
--- a/src/ci/github-actions/ci.yml
+++ b/src/ci/github-actions/ci.yml
@@ -687,6 +687,7 @@ jobs:
                 --target=x86_64-pc-windows-msvc
                 --enable-full-tools
                 --enable-profiler
+                --set rust.codegen-units=1
               SCRIPT: python x.py build --set rust.debug=true opt-dist && PGO_HOST=x86_64-pc-windows-msvc ./build/x86_64-pc-windows-msvc/stage0-tools-bin/opt-dist windows-ci -- python x.py dist bootstrap --include-default-paths
               DIST_REQUIRE_ALL_TOOLS: 1
             <<: *job-windows-8c