react-native icon indicating copy to clipboard operation
react-native copied to clipboard

Move iOS executor to M1 machines

Open cipolleschi opened this issue 2 years ago • 1 comments

Summary

This change moves our Executor to M1 machines. This increase the class size (which can speedup the CI).

Changelog

[iOS][Changed] - Use M1 machines in CI

Test Plan

CircleCI should stay green

cipolleschi avatar Mar 05 '23 10:03 cipolleschi

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 8,508,872 +831
android hermes armeabi-v7a 7,822,848 +78
android hermes x86 8,986,447 +421
android hermes x86_64 8,842,620 +478
android jsc arm64-v8a 9,135,684 +830
android jsc armeabi-v7a 8,325,234 +69
android jsc x86 9,188,637 +426
android jsc x86_64 9,447,629 +479

Base commit: b73dd6726d88ca4d8ffe71f69cd7a7f668582f21 Branch: main

analysis-bot avatar Mar 05 '23 11:03 analysis-bot

Closing for the same reason as https://github.com/facebook/react-native/pull/36810

cortinico avatar Aug 07 '23 09:08 cortinico