-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Update Maui/Mobile pre.py's and disable android due to AOT Issue #65231
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
Update Maui/Mobile pre.py's and disable android due to AOT Issue #65231
Conversation
… parameter to pre.py for mobile scenarios.
…talling net 6.0 in the maui contributing dev requirements list.
…ion." This reverts commit 31cffe7.
… build and measured for SOD.
… should still be enabled for other working builds.
|
Tagging subscribers to this area: @hoyosjs Issue DetailsAOT Issue: dotnet/performance#2254
|
|
Does this PR still have testing stuff commented out? |
|
No, double checking I made sure the commented-out stuff all pertains directly to disabling the Maui Android Scenario as a mitigation for the AOT error. The commented-out stuff is places the Maui apk is built, touches along getting to the machine, and the tests that run against it themselves. |
DrewScoggins
left a comment
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, barring adding comments around the reason for commenting out blocks of code.
AOT Issue: dotnet/performance#2254
This will allow us to get iOS SOD and mono scenarios working again.
This also completes the proper updates for performance PR dotnet/performance#2259.