grpc / grpc-ios

gRPC for iOS
Apache License 2.0
39 stars 22 forks source link

Investigate workaround for OSX Monterey & Bazel 4.2.x python env not found issue #81

Open dennycd opened 2 years ago

dennycd commented 2 years ago

OSX Monterey removes python2 in default system path, and as a result, causing bazel 4.2.x iOS target build failure due to "python" not found error. Upgrading to bazel 5.x appears fixing the issue. However, this is dependent on gRPC c-core's bazel version upgrade

Investigate possible workaround with using bazel 4.2.1 on Mac OSX Monterey for iOS bazel tests.

related PR discussion https://github.com/grpc/grpc/pull/29599


cc @HannahShiSFB