-
Notifications
You must be signed in to change notification settings - Fork 447
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
Add runtime and aspnetcore patches to always build libs, app.ref and targetting packs #13009
Add runtime and aspnetcore patches to always build libs, app.ref and targetting packs #13009
Conversation
The failing bootstrap build in CI is tracked with dotnet/aspnetcore#39471. |
What does "failing bootstrap" mean❔ Is this a warning somewhere in the CI checks for this PR❔ (Too much noise for me to see a new warning.) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This works for me as long as WindowsDesktop will also provide a patch and @safern is speaking for dotnet/runtime
WindowsDesktop is not part of source-build so a patch is not needed. The runtime fix was already checked in and this proactively pulling the fix into source-build until it flows in. |
This is referring to a failed CI leg - https://dev.azure.com/dnceng/public/_build/results?buildId=1548836&view=logs&jobId=aaac6b38-f75f-5b74-6803-9c7a6ece1300&j=aaac6b38-f75f-5b74-6803-9c7a6ece1300&t=adc24de6-3810-5eb5-4a4f-f000ec649b58 This leg is still running with the aspnetcore fix - not sure why it isn't showing up today in GH checks. |
Ah, you were describing the problem w/o this PR. Got it. |
Fixes dotnet/source-build#2706
Related to dotnet/runtime#63653