-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Return DiaSymReader library for cross-arch crossgen to Runtime package #50251
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
Return DiaSymReader library for cross-arch crossgen to Runtime package #50251
Conversation
trylek
left a comment
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.
LGTM, thanks for fixing this!
|
@jeffschwMSFT Who can authorize this PR to unblock aspnetcore? |
|
Anyone should be able to. Adding @Anipik if there is any permissions issues. Do you have a gist/pull with the necessary changes? |
|
I am seeing "Merging is blocked. The base branch restricts merging to authorized users. You’re not authorized to merge this pull request." for this PR. |
|
@Anipik Could you please merge this? |
|
Adding @ViktorHofer as @Anipik is out of office. Who has merge permissions in preview3? |
|
@wtgodbe do you have preview branch push rights in this repo❔ |
I do not, though I probably should in case I ever need to cover for a 5.0/6.0 build - CC @mmitche who probably does have permissions |
|
@mmitche @jeffschwMSFT @jaredpar any other ideas who has admin rights in this repo❔ Or, is this waiting for an ask-mode dance❔ |
|
Apparently I do, and I just merged. |
|
Much appreciated. This should unblock dotnet/aspnetcore#31255 🎉 |
Merge #50149 to preview3 branch.
Customer Impact
The
Microsoft.NETCore.App.Runtime.win-armpackage misses theMicrosoft.DiaSymReader.Native.x86.dlllibrary required by the x86-hostedcrossgen.exein order to generate PDBs in the cross-architecture compilation scenario. Similarly, theMicrosoft.NETCore.App.Runtime.win-arm64package misses theMicrosoft.DiaSymReader.Native.amd64.dlllibrary required by the x64-hostedcrossgen.exe. This blocks integration to AspNetCore repo.Testing
The fix has been tested in the main branches of Runtime and AspNetCore repos.
Risk
No known risk.