Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add darwin_arm64 and darwin_arm64e to c-ares’ config settings #24872

Merged

Commits on Dec 8, 2020

  1. Add darwin_arm64 and darwin_arm64e to c-ares' config settings

    This fixes Bazel selecting the wrong source for `cares` when building
    with `--cpu=darwin_arm64` or `--cpu=darwin_arm64e` (it was selecting the
    source in the default condition, which is for Linux).
    
    We're having the same patch in Bazel
    (bazelbuild/bazel@1782f0a;
    it was using an older grpc release). Fixing this here so we can remove
    the patch in the next update.
    thii committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    0ced4f5 View commit details
    Browse the repository at this point in the history