-
Notifications
You must be signed in to change notification settings - Fork 446
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
Merging internal commits for release/7.0.1xx #14931
Merging internal commits for release/7.0.1xx #14931
Conversation
- It does use 700 permissions and create a random name, shouldn't need backports.
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Looking at this failure now. |
…into internal-merge-7.0.1xx-2022-11-08-1117
Error message:
The specific DLL is not always the same but it does seem to always be the MS.AspNetCore.App.Runtime package. @MichaelSimons and I have been looking at this issue for quite a while now and so far we've discovered:
We're now building a 7.0 tip full tarball source-build to compare against this PR, but we're kind of at a loss and could use some help diagnosing the issue. Any ideas? cc some source-build champs: @janvorli @rainersigwald @wtgodbe |
The command line args for crossgen2 are
Comparing the layout of 7.0.1xx tip and this PR I see a difference in the contents of This PR is includes |
I have binlogs available for the two environments if needed. |
/cc @wtgodbe @crummel @MichaelSimons in dotnet/aspnetcore, we hit exactly the same issue prior to our equivalent of this PR going in. The problem turned out to be mixing a prior public stable-versioned feed for a dotnet/runtime 7.0.0 build w/ the |
@dougbu - what differences did you see? |
Over to @wtgodbe for the details. In brief, one assembly exposed different APIs than expected and the other caused the |
651d90e
to
22686dd
Compare
22686dd
to
e924291
Compare
e924291
to
5926aeb
Compare
5926aeb
to
c3c02a5
Compare
No description provided.