Skip to content

[release/6.0-rc1] MonoAOTCompiler: Check for proxy file's target only when the cache is… - #57867

Merged
steveisok merged 1 commit into
dotnet:release/6.0-rc1from
radical:aot-compiler-proxy-file-android-rc1
Aug 24, 2021
Merged

[release/6.0-rc1] MonoAOTCompiler: Check for proxy file's target only when the cache is…#57867
steveisok merged 1 commit into
dotnet:release/6.0-rc1from
radical:aot-compiler-proxy-file-android-rc1

Conversation

@radical

@radicalradical commented Aug 20, 2021

Copy link
Copy Markdown
Member

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

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

Copy link
Copy Markdown
Member

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

@akoeplingerakoeplinger added this to the 6.0.0 milestone Aug 24, 2021
@jonathanpeppers

Copy link
Copy Markdown
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.

@SteveMCarrollSteveMCarroll 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-rc1Aug 24, 2021
@ghostghost locked as resolved and limited conversation to collaborators Sep 23, 2021
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-Codegen-AOT-monoServicing-approvedApproved for servicing release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@radical@lewing@jonathanpeppers@steveisok@akoeplinger@SteveMCarroll