Jeff Vander Stoep | 761577d | 2020-10-14 15:21:00 +0200 | [diff] [blame^] | 1 | git submodule update --init grpc-sys/grpc |
2 | cd grpc-sys/grpc | ||||
3 | git submodule update --init third_party/boringssl-with-bazel | ||||
4 | git submodule update --init third_party/cares/cares | ||||
5 | git submodule update --init third_party/abseil-cpp | ||||
6 | cd third_party/zlib | ||||
7 | git clean -f | ||||
8 | git reset --hard |