mirror of https://github.com/grpc/grpc.git
Build with System OpenSSL on Mac OS arm64 (#31096)
* fix: grpcio fails to build from source on Apple Silicon mac #(25082) Boringssl currently does not support macOS arm64, so installation on these platform with default config will undoubtedly fail, that means the env var 'BUILD_WITH_SYSTEM_OPENSSL' must be set to true. * Use system installation of openssl by default on macOS arm64 * Format code by yapfpull/31407/head
parent
34b1633944
commit
b3d9833166
1 changed files with 13 additions and 2 deletions
Loading…
Reference in new issue