-
Notifications
You must be signed in to change notification settings - Fork 15
runtime-fallback-graph fails on stage 1 .NET 8 builds #289
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
Comments
The information added to the |
Any reason this wouldn't also apply to .NET 9? |
I don't think anyone cares about fixing this, so I expect it to continue behaving like this. |
This test fails on a .NET 8 unknown distro build.
This is not unexpected since the runtime logic that updates the runtime graph during the build was removed.
Probably a stage 2 build will pass the test, because the rid is known by the final output of the build.
This should be verified.
Because the logic around rids has seen a major overhaul with .NET 8, we should verify how the issue that this test is guarding against is behaving with the stage 1 and stage 2 outputs.
With some recent changes (SDK switching from legacy graph to a trimmed graph), it should become so that all stage 1 builds from a Microsoft SDK are in the "previously unknown distro" case.
cc @omajid
The text was updated successfully, but these errors were encountered: