Switch to bazel-based build for iOS binary size diff script
Open
kind/cleanup
kind/test
- Dominant language
- C
- Stars
- 61
- Forks
- 26
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 11
Description
Currently our iOS binary size diff script ([binary_size.py](https://github.com/grpc/grpc/blob/master/tools/profiling/ios_bin/binary_size.py)) builds sample app via [build_one_example.sh](https://github.com/grpc/grpc/blob/master/src/objective-c/tests/build_one_example.sh) script which is cocoapod & xcodebuild-based. Switching to bazel based build ([build_one_example_bazel.sh](https://github.com/grpc/grpc/blob/master/src/objective-c/tests/build_one_example_bazel.sh)) may help significantly speed up the build time.
---
As discussed in https://github.com/grpc/grpc/pull/29377
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.