Эх сурвалжийг харах

Submodule bloaty mcbloatface

Craig Tiller 8 жил өмнө
parent
commit
92a3805cd3

+ 3 - 0
.gitmodules

@@ -24,3 +24,6 @@
 	path = third_party/cares/cares
 	path = third_party/cares/cares
 	url = https://github.com/c-ares/c-ares.git
 	url = https://github.com/c-ares/c-ares.git
 	branch = cares-1_12_0
 	branch = cares-1_12_0
+[submodule "third_party/bloaty"]
+	path = third_party/bloaty
+	url = https://github.com/google/bloaty.git

+ 1 - 0
third_party/bloaty

@@ -0,0 +1 @@
+Subproject commit 73594cde8c9a52a102c4341c244c833aa61b9c06

+ 1 - 0
tools/run_tests/sanity/check_submodules.sh

@@ -34,6 +34,7 @@ cat << EOF | awk '{ print $1 }' | sort > $want_submodules
  80a37e0782d2d702d52234b62dd4b9ec74fd2c95 third_party/protobuf (v3.4.0)
  80a37e0782d2d702d52234b62dd4b9ec74fd2c95 third_party/protobuf (v3.4.0)
  cacf7f1d4e3d44d871b605da3b647f07d718623f third_party/zlib (v1.2.11)
  cacf7f1d4e3d44d871b605da3b647f07d718623f third_party/zlib (v1.2.11)
  3be1924221e1326df520f8498d704a5c4c8d0cce third_party/cares/cares (cares-1_13_0)
  3be1924221e1326df520f8498d704a5c4c8d0cce third_party/cares/cares (cares-1_13_0)
+ 73594cde8c9a52a102c4341c244c833aa61b9c06 third_party/bloaty
 EOF
 EOF
 
 
 diff -u $submodules $want_submodules
 diff -u $submodules $want_submodules