grpc / grpc-ios

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

Switch to bazel-based build for iOS binary size diff script #64

Open dennycd opened 2 years ago

dennycd commented 2 years ago

Currently our iOS binary size diff script (binary_size.py) builds sample app via build_one_example.sh script which is cocoapod & xcodebuild-based. Switching to bazel based build (build_one_example_bazel.sh) may help significantly speed up the build time.


As discussed in https://github.com/grpc/grpc/pull/29377

jtattermusch commented 2 years ago

Any progress here?