-
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
Revert "Consolidate <NativeAotSupported definitions (#103273)" #103497
Conversation
It only requires reverting one file |
Alternative fix for dotnet#103497
/ba-g infra timeouts timeouts |
My boss's boss was asking about this last night. Apparently nobody bothered to merge this while I was sleeping. I'll not take any more risks with this right now. |
Yea, no rush. Lets unblock the official build then revert the revert. Pretty sure #103508 will fix the issue as I was able to repro it locally. |
…03273)" (dotnet#103497)" This reverts commit 7e9cab2.
Alternative fix for dotnet#103497
These failures are actually nondeterministic:
https://dnceng.visualstudio.com/internal/_build/results?buildId=2474015&view=results was a clean build.
https://dnceng.visualstudio.com/internal/_build/results?buildId=2474150&view=results after that failed in the MUSL x64 leg the same way I posted in #103469 (seemingly used wrong path to invoke ilc).
Cc @am11 sorry I got to roll this back for now.