unplugged-vendor/external/rust/crates/grpcio/scripts/reset-submodule.cmd

10 lines
299 B
Batchfile
Raw Permalink Normal View History

git submodule update --init grpc-sys/grpc
cd grpc-sys/grpc
git submodule update --init third_party/cares/cares
git submodule update --init third_party/abseil-cpp
git submodule update --init third_party/re2
rm -rf third_party/boringssl-with-bazel/*
cd third_party/zlib
git clean -df
git reset --hard