-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Fix Microsoft.NET.ILLink package #103251
Fix Microsoft.NET.ILLink package #103251
Conversation
By removing dependency on ILCompiler.DependencyAnalysisFramework.
Tagging subscribers to this area: @agocke, @sbomer, @vitek-karas |
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.
Thank you!
In src/libraries we have a package testing infra that would have caught this. Might make sense to onboard to that. |
Build analysis says this for the unknown failure: This looks like the same failure mode as #100424 - it looks like it is running forever in github, but on the Azure DevOps side the "Build product" step says "Nothing to show. Final logs are missing. This can happen when the job is cancelled or times out.". |
/ba-g "Azure DevOps can't recover from restarts. Looks like a known infrastructure issue, #100424" |
This reverts commit 4afb315.
This reverts commit 6ec4a61.
By removing dependency on ILCompiler.DependencyAnalysisFramework.
Fixes #103249.