Disallow flutter run-ing on 32-bit development devices#97339
Disallow flutter run-ing on 32-bit development devices#97339fluttergithubbot merged 1 commit intoflutter:masterfrom
flutter run-ing on 32-bit development devices#97339Conversation
|
Hmm I guess this needs to wait a few months...?
|
|
I will mark this as draft then |
948e3ce to
9b6444d
Compare
9b6444d to
7cce7eb
Compare
|
This is ready for review! |
| @override | ||
| bool isSupported() => true; | ||
| // 32-bit devices are not supported. | ||
| bool isSupported() => cpuArchitecture == DarwinArch.arm64; |
There was a problem hiding this comment.
Does this never get called with cpuArchitecture == x64 on simulators?
There was a problem hiding this comment.
No, this is in IOSDevice which is for physical devices. Simulators are handled here:
|
Waiting for @zanderso to say go post branch alignment. |
|
Being a little over cautious: As soon as the current g3 roll lands and sticks we can start on this. |
zanderso
left a comment
There was a problem hiding this comment.
This is safe to land, and overall we're safe to proceed with removing support.
32-bit iOS tests have been removed from the devicelab: #97148.
Fixes #97329.
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.