-
Notifications
You must be signed in to change notification settings - Fork 5.1k
[ios] Add optimized property to the Native AOT sample app #90585
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
[ios] Add optimized property to the Native AOT sample app #90585
Conversation
Tagging subscribers to this area: @directhex Issue DetailsThis PR adds optimized property to the sample app for AppleAppBuilder. Fixes failing perf job https://dev.azure.com/dnceng/internal/_build/results?buildId=2243250&view=logs&j=3ed67216-8d06-57e4-e860-09ab51946aa1&t=ae27ed72-ed5a-5253-cbac-402a1b387446
|
In the perf job failure, it says: If |
The bundle path is different in that case. If the optimized is not set, the bundle is always created in |
Thanks, so the search is hardcoded to look into |
Correct. The app bundle is built in |
/backport to release/8.0-staging |
Started backporting to release/8.0-staging: https://github.com/dotnet/runtime/actions/runs/7103375049 |
This PR adds optimized property to the sample app for AppleAppBuilder.
Fixes failing perf job https://dev.azure.com/dnceng/internal/_build/results?buildId=2243250&view=logs&j=3ed67216-8d06-57e4-e860-09ab51946aa1&t=ae27ed72-ed5a-5253-cbac-402a1b387446