about summary refs log tree commit diff
path: root/src/ci/github-actions/ci.yml
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-01-31 07:40:02 +0000
committerbors <bors@rust-lang.org>2024-01-31 07:40:02 +0000
commitcdaa12e3dff109f72a5a8a0a67ea225052122a79 (patch)
tree0c7db280b0089299582d4d922219203e49f3c9aa /src/ci/github-actions/ci.yml
parentd53ddcd8bbb41cd977ab4f7a54886fd7779c0eba (diff)
parentafd5edc8c995662760ed9cccce687637af86967f (diff)
downloadrust-cdaa12e3dff109f72a5a8a0a67ea225052122a79.tar.gz
rust-cdaa12e3dff109f72a5a8a0a67ea225052122a79.zip
Auto merge of #120358 - tmandry:bump-fuchsia-8c-tests, r=Mark-Simulacrum
Bump Fuchsia, build tests, and use 8 core bots

- Build Fuchsia on 8 cores instead of 16
- Skip building cranelift for Fuchsia
- Bump Fuchsia (includes building tests)

This includes a change to the upstream build_fuchsia_from_rust_ci script that builds a minimal set of tests, to improve coverage on this builder. This would have caught https://github.com/rust-lang/rust-clippy/issues/11952 and #119593.

See prior discussion on #119400 about building on 8 cores instead of 16. This PR combines changes from that and #119399, plus clean up.

r? `@Mark-Simulacrum`
Diffstat (limited to 'src/ci/github-actions/ci.yml')
-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 ceee4690004..fef2245e672 100644
--- a/src/ci/github-actions/ci.yml
+++ b/src/ci/github-actions/ci.yml
@@ -478,7 +478,7 @@ jobs:
               # nightly features to compile, and this job would fail if
               # executed on beta and stable.
               CI_ONLY_WHEN_CHANNEL: nightly
-            <<: *job-linux-16c
+            <<: *job-linux-8c
 
           - name: x86_64-gnu-debug
             <<: *job-linux-8c