From ee1fef3d9ab6c173a61425975396f7928ac1aaa9 Mon Sep 17 00:00:00 2001 From: Stu Hood Date: Wed, 27 May 2020 21:03:51 -0700 Subject: [PATCH] Try disabling the (ir)relevant dep that is transitively causing https://github.com/rust-lang/cargo/issues/8258 --- .gitmodules | 9 +++++---- third_party/bloaty | 1 - 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 160000 third_party/bloaty diff --git a/.gitmodules b/.gitmodules index 1619401d70cc2..74ad3d680ad30 100644 --- a/.gitmodules +++ b/.gitmodules @@ -27,10 +27,11 @@ [submodule "third_party/cares/cares"] path = third_party/cares/cares url = https://github.com/c-ares/c-ares.git - branch = cares-1_12_0 -[submodule "third_party/bloaty"] - path = third_party/bloaty - url = https://github.com/google/bloaty.git + branch = cares-1_12_0 +# Disabled due to https://github.com/rust-lang/cargo/issues/8258 +#[submodule "third_party/bloaty"] +# path = third_party/bloaty +# url = https://github.com/google/bloaty.git [submodule "third_party/abseil-cpp"] path = third_party/abseil-cpp url = https://github.com/abseil/abseil-cpp diff --git a/third_party/bloaty b/third_party/bloaty deleted file mode 160000 index 73594cde8c9a5..0000000000000 --- a/third_party/bloaty +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 73594cde8c9a52a102c4341c244c833aa61b9c06