about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorJubilee <workingjubilee@gmail.com>2025-06-08 17:17:58 -0700
committerGitHub <noreply@github.com>2025-06-08 17:17:58 -0700
commite91f985717687e7a960121667cf7d8f8010a6cd0 (patch)
tree5b4ad3d336a473a734867f7b5b34620d8897116f /src
parent66b6da53e7e17da561759fd1d9786e691c8dfc9c (diff)
parente82630c4528f80db9ef0d32c4389d43df74379be (diff)
downloadrust-e91f985717687e7a960121667cf7d8f8010a6cd0.tar.gz
rust-e91f985717687e7a960121667cf7d8f8010a6cd0.zip
Rollup merge of #142210 - Kobzol:tidy-auto-builds, r=Mark-Simulacrum
Run `mingw-check-tidy` on auto builds

This has two advantages:
- It moves `auto` builds closer to being a superset of PR CI builds
- It allows us to reuse the Docker cache for the job in PR CI, thus speeding up the job in PR CI considerably

Discussed [here](https://rust-lang.zulipchat.com/#narrow/channel/242791-t-infra/topic/PR.20ci.20seems.20much.20to.20slow).

r? ``@Mark-Simulacrum``
Diffstat (limited to 'src')
-rw-r--r--src/ci/github-actions/jobs.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml
index e45bf891cf5..3f8ea696ee2 100644
--- a/src/ci/github-actions/jobs.yml
+++ b/src/ci/github-actions/jobs.yml
@@ -306,6 +306,10 @@ auto:
   - name: mingw-check-2
     <<: *job-linux-4c
 
+  - name: mingw-check-tidy
+    free_disk: false
+    <<: *job-linux-4c
+
   - name: test-various
     <<: *job-linux-4c