Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 bazelbuild#12594. Signed-off-by: Philipp Wollermann <[email protected]>
- Loading branch information