feat(python): add arm64e-apple-darwin platform support by ma-oli · Pull Request #3535 · bazel-contrib/rules_python
Navigation Menu
- Notifications You must be signed in to change notification settings
- Fork 676
Conversation
MacOS supported architectures include x86_64, arm64 and arm64e. While unusual, there are certain edge cases that require setting the host platform to arm64e, in which case we probably want the python toolchain resolution to happen properly. So we're adding a new platform in this commit that will match the same arm64 toolchain on arm64e platform.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters