Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
On Apple silicon Macs, auto-detected host platform constraints' cpu is aarch64, but arm64 is used everywhere else. This change ensures that you will get the same cpu when your target depends on an arm64 or an aarch64 cpu contraint.
- Loading branch information
e20c932
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/cc @katre Can we have a new release of the platforms repo so that I can upgrade platforms in Bazel to include this change? Like the PR description said, we need this on Apple Silicon.