-
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
[release/9.0-staging] Change assembler to clang in android MonoAOT #110812
[release/9.0-staging] Change assembler to clang in android MonoAOT #110812
Conversation
Tagging subscribers to this area: @akoeplinger, @matouskozak |
09eeeb5
to
b319ecd
Compare
/azp run runtime-android, runtime-androidemulator |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
lgtm. we will take for consideration in 9.0.x
/ba-g extra-platforms fails are unrelated |
Backport of #110393 to release/9.0-staging
Customer Impact
This change will allows us to bump NDK version to newer one. This will increase security.
Regression
Testing
This changes were tested with both NDK 23 and NDK 27. Both NDK versions resulted in successful android pipeline runs.
Risk
Low/Medium - this changes the assembler and linker used in android build as per Android official recommendation, this can however result in some unexpected behaviour changes which slipped our tests