-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Do not free disk space in the mingw-check-tidy
job
#142199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
It's not needed an it slows down the job considerably. Signed-off-by: Jakub Beránek <[email protected]>
rustbot has assigned @Mark-Simulacrum. Use |
Does tidy have any interactions with submodules that we should keep? I guess tidy still runs in full CI regardless, right, so this can't cause correctness issues? r=me |
I don't think we do, or at least not with all the checks that run on PR CI, these include extra checks. I'm testing now whether the submodule checkout is needed. We exclude submodules for tidy checks anyway. |
This comment has been minimized.
This comment has been minimized.
Hmm, the submodule thing will have to be a bit more complicated, let's land this in parts, avoiding the disk space freeing is already an improvement. |
@bors r=Mark-Simulacrum rollup |
…acrum 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`.
Rollup of 12 pull requests Successful merges: - #141803 (Remove rustc's notion of "preferred" alignment AKA `__alignof`) - #142053 (Add new Tier-3 targets: `loongarch32-unknown-none*`) - #142089 (Replace all uses of sysroot_candidates with get_or_default_sysroot) - #142108 (compiler: Add track_caller to AbiMapping::unwrap) - #142132 (`tests/ui`: A New Order [6/N]) - #142162 (UnsafePinned: update get() docs and signature to allow shared mutation) - #142171 (`tests/ui`: A New Order [7/N]) - #142179 (store `target.min_global_align` as an `Align`) - #142183 (Added test for 30904) - #142194 (Remove all unused feature gates from the compiler) - #142199 (Do not free disk space in the `mingw-check-tidy` job) - #142210 (Run `mingw-check-tidy` on auto builds) r? `@ghost` `@rustbot` modify labels: rollup
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`.
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
.