You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Patch grpc to fix cares selecting the wrong source when building for darwin_arm64 cpu.
This should use constraints instead of cpu flags, but that should be
fixed on the grpc repository. I just added new `config_setting`s
here to keep the patch size small.
This should allow building a Bazel binary for Apple Silicon hardware
from an Intel Mac with:
```
USE_BAZEL_VERSION=last_green bazel build -c opt --cpu=darwin_arm64 //src:bazel
```
(This needs last green Bazel because we need recent changes to
`@bazel_tools` which needs a Bazel release.)
Closes#12594.
Signed-off-by: Philipp Wollermann <[email protected]>
0 commit comments