Skip to content

Commit eadeb0d

Browse files
authored
Unrolled build for #142210
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``
2 parents c31cccb + e82630c commit eadeb0d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,10 @@ auto:
305305
- name: mingw-check-2
306306
<<: *job-linux-4c
307307

308+
- name: mingw-check-tidy
309+
free_disk: false
310+
<<: *job-linux-4c
311+
308312
- name: test-various
309313
<<: *job-linux-4c
310314

0 commit comments

Comments
 (0)