Skip to content
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

Log more information about disk space and skip the MSVC builds on public #3090

Merged
merged 9 commits into from
Dec 2, 2024

Conversation

mattleibow
Copy link
Contributor

@mattleibow mattleibow commented Nov 28, 2024

Description of Change

The public bots are running out of space.

The MSVC compiler is so heavy that the outputs are over 10.8GB
whereas the LLVM compiler is just under 10.1GB.

The public agent only starts with 12GB and after the checkout we are
left with 10.67GB which is smaller than the 10.8GB required. The LLVM
compiler just manages to pass under the bar with about 600MB spare.

If the SkiaSharp artifacts get any bigger, then we will need custom
machines for the public build.

The MSVC compiler is so heavy that the outputs are over 10.8GB
whereas the LLVM compiler is just under 10.1GB.

The public agent only starts with 12GB and after the checkout we are
left with 10.67GB which is smaller than the 10.8GB required. The LLVM
compiler just manages to pass under the bar with about 600MB spare.

If the SkiaSharp artifacts get any bigger, then we will need custom
machines for the public build.
@mattleibow mattleibow changed the title Try and get more information as to disk space Log more information about disk space and skip the MSVC builds on public Dec 2, 2024
@mattleibow mattleibow merged commit 9d7e8b0 into main Dec 2, 2024
1 of 2 checks passed
@mattleibow mattleibow deleted the dev/get-volume branch December 2, 2024 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant