-
Notifications
You must be signed in to change notification settings - Fork 139
Closed
Labels
area-buildImprovements in source-build's own build processImprovements in source-build's own build process
Description
One of the frequent causes of failures in the bootstrapping stage 2 build is due to analyzer warnings (which are treated as errors). Recent examples of this are dotnet/installer#16269 and dotnet/installer#16268. Failing the build on these types of errors is problematic:
- It blocks the release.
- It prevents visibility into potentially other, more serious, downstream issues.
- It's time-consuming to investigate, fix, and verify.
Failing on these errors also doesn't provide much value either since they really don't affect the functionality of the product.
We should consider globally disabling all analyzer warnings/errors for all repos built in source-build.
Metadata
Metadata
Assignees
Labels
area-buildImprovements in source-build's own build processImprovements in source-build's own build process
Type
Projects
Status
Done