Skip to content

Commit d75eedb

Browse files
authored
Unrolled build for #142199
Rollup merge of #142199 - Kobzol:tidy-speed-up, r=Mark-Simulacrum Do not free disk space in the `mingw-check-tidy` job It's not needed an it slows down the job considerably. It took ~2 minutes out of the total 8-9 minutes of running `mingw-check-tidy`.
2 parents c31cccb + b189d29 commit d75eedb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ pr:
128128
<<: *job-linux-4c
129129
- name: mingw-check-tidy
130130
continue_on_error: true
131+
free_disk: false
131132
<<: *job-linux-4c
132133
- name: x86_64-gnu-llvm-19
133134
env:

0 commit comments

Comments
 (0)