-
Notifications
You must be signed in to change notification settings - Fork 5k
[perf] Use HybridGlobalization as default and only option for Apple mobile platforms #96918
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
[perf] Use HybridGlobalization as default and only option for Apple mobile platforms #96918
Conversation
Tagging subscribers to this area: @directhex Issue DetailsDescriptionThis PR updates the CI to runs iOS jobs using hybrid globalization exclusively. The Apple mobile platforms rely on the system ICU provided by the Apple SDK. Following the changes introduced in #93220, the HybridGlobalization is the default and only option for Apple mobile platforms. Fixes #96868
|
Co-authored-by: Ankit Jain <radical@gmail.com>
…kotlarmilos/runtime into bugfix/ios-default-hybrid-globalization
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.
Looks good to me given a generally successful test run.
…obile platforms (dotnet#96918) * [perf] Use HybridGlobalization as default and only option for Apple mobile platforms --------- Co-authored-by: Ankit Jain <radical@gmail.com>
Description
This PR updates the CI to runs iOS jobs using hybrid globalization exclusively. The Apple mobile platforms rely on the system ICU provided by the Apple SDK. Following the changes introduced in #93220, the HybridGlobalization is the default and only option for Apple mobile platforms.
Fixes #96868