feat(python): add arm64e-apple-darwin platform support by ma-oli · Pull Request #3535 · bazel-contrib/rules_python

Skip to content

Navigation Menu

Sign in

Appearance settings

Conversation

gemini-code-assist[bot]

Comment on lines +1111 to +1118

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.