-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[release/8.0-rc1] Revert changes to HasNativeCodeReJitAware #90696
[release/8.0-rc1] Revert changes to HasNativeCodeReJitAware #90696
Conversation
Tagging subscribers to this area: @tommcdon Issue DetailsChanges caused test failures. This commit reverts changes to the commit eacb32e
|
I just verified that reverting this commit results in the tests passing. |
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.
approved. we will take for consideration in RC1
CI failure is known: #90593 I'm waiting for Tactics approval to merge, I saw your email. |
Approved by Tactics via email. |
149a289
into
dotnet:release/8.0-rc1
Changes caused test failures.
This commit reverts changes to the commit eacb32e
We found that the previously mentioned commit, eacb32e, causes failures in the EnC tests. In addition, the commit eacb32e is not a high stakes commit, so it can easily be fixed and added to RC2.
Customer Impact
The commit eacb32e causes failures in the EnC tests.
Testing
The commit eacb32e causes failures in the EnC tests.
Risk
The risk of not merging the reverted commit is that EnC will not work reliably.