-
Notifications
You must be signed in to change notification settings - Fork 75
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
Investigate and identify ways to reduce .NET build drop size #2778
Comments
Added a switch to investigate the drop size here: #2785. Initial findings from 186194:
There are some obvious low hanging fruits:
|
This seems to be a larger effort, probably worth bumping to an epic. Is this something we need to address in the .NET8 timeframe? |
No, though some improvement wouldn't hurt. I'll probably put in a fix for empty symbol packages in .NET 8 arcade. |
Actually, I think there are some epics here, and then some repo issues. I don't think all the work should go under a build drop epic:
Reason being is that the epics should be done even aside from build drop size concerns. And the issues aren't big enough to be their own epic. |
dotnet/arcade#1959 is the snupkg issue |
The .NET build drops are huge and creeping upwards in size. We need to identify where the size is coming from and develop a plan to reduce that size, or we will start to see problems with downloading the drop and creating the layouts.
We should:
Not only is the large size a problem when attempting to complete the staging build due to disk space issues, but the download/artifact upload size has implicates for official and staging build performance.
The text was updated successfully, but these errors were encountered: