Remove upb submodule

pull/20725/head
Esun Kim 5 years ago
parent 3e4007e0f3
commit 525e0fdef2
  1. 3
      .gitmodules
  2. 1
      third_party/upb
  3. 1
      tools/run_tests/sanity/check_submodules.sh

3
.gitmodules vendored

@ -51,9 +51,6 @@
[submodule "third_party/protoc-gen-validate"]
path = third_party/protoc-gen-validate
url = https://github.com/envoyproxy/protoc-gen-validate.git
[submodule "third_party/upb"]
path = third_party/upb
url = https://github.com/protocolbuffers/upb.git
[submodule "third_party/udpa"]
path = third_party/udpa
url = https://github.com/cncf/udpa.git

1
third_party/upb vendored

@ -1 +0,0 @@
Subproject commit 931bbecbd3230ae7f22efa5d203639facc47f719

@ -41,7 +41,6 @@ cat << EOF | awk '{ print $1 }' | sort > "$want_submodules"
09745575a923640154bcf307fba8aedff47f240a third_party/protobuf (v3.7.0-rc.2-247-g09745575)
e143189bf6f37b3957fb31743df6a1bcf4a8c685 third_party/protoc-gen-validate (v0.0.10)
94324803a497c8f76dbc78df393ef629d3a9f3c3 third_party/udpa (heads/master)
931bbecbd3230ae7f22efa5d203639facc47f719 third_party/upb (heads/master)
cacf7f1d4e3d44d871b605da3b647f07d718623f third_party/zlib (v1.2.11)
EOF

Loading…
Cancel
Save