Skip to content
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/6.0-rc1] MonoAOTCompiler: Check for proxy file's target only when the cache is… #57867

Merged

Conversation

radical
Copy link
Member

@radical radical commented Aug 20, 2021

Backport of #57865 to release/6.0-rc1

/cc @radical

Customer Impact

Fixes the Android build when llvm and aot are enabled. The underlying problem was incorrectly checking for the existence of a file in a configuration where where it did not exist. The fix moves the check into the correct condition.

Testing

Manual testing

Risk

Low - only runs a check when under the correct condition.

Fixes #57800 .
Backport of #57865 to release/6.0-rc1

@lewing lewing added the Servicing-consider Issue for next servicing release review label Aug 23, 2021
@lewing
Copy link
Member

lewing commented Aug 24, 2021

@jonathanpeppers I want to understand the impact here. Is this scenario important for RC1 one or just important for release?

@akoeplinger akoeplinger added this to the 6.0.0 milestone Aug 24, 2021
@jonathanpeppers
Copy link
Member

@lewing if needed, you could just backport this to release/6.0. Just as long as this makes it to .NET 6 GA, that would be fine.

@SteveMCarroll SteveMCarroll added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Aug 24, 2021
@steveisok steveisok self-requested a review August 24, 2021 19:22
@steveisok steveisok merged commit 8fde874 into dotnet:release/6.0-rc1 Aug 24, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Sep 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Codegen-AOT-mono Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants