Closed
Description
Dart SDK support for macOS arm64 (Apple Silicon):
- Fix issues in
fetch dart
: Building Dart SDK fails atfetch dart
on Apple Silicon / DTK / macOS 11 #43488 - Build support: Dart SDK build rules are updated to build a version of the Dart SDK for macOS ARM host (runs natively without any translation environment needed for it).
- Automated testing: build bots to build and test this variant.
- Support in
dart compile
: AOT compiled apps fail when run on Apple Silicon #44001