Skip to content
This repository was archived by the owner on Aug 2, 2023. It is now read-only.

Commit ee1fef3

Browse files
committed
Try disabling the (ir)relevant dep that is transitively causing rust-lang/cargo#8258
1 parent d6347b8 commit ee1fef3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.gitmodules

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@
2727
[submodule "third_party/cares/cares"]
2828
path = third_party/cares/cares
2929
url = https://github.com/c-ares/c-ares.git
30-
branch = cares-1_12_0
31-
[submodule "third_party/bloaty"]
32-
path = third_party/bloaty
33-
url = https://github.com/google/bloaty.git
30+
branch = cares-1_12_0
31+
# Disabled due to https://github.com/rust-lang/cargo/issues/8258
32+
#[submodule "third_party/bloaty"]
33+
# path = third_party/bloaty
34+
# url = https://github.com/google/bloaty.git
3435
[submodule "third_party/abseil-cpp"]
3536
path = third_party/abseil-cpp
3637
url = https://github.com/abseil/abseil-cpp

third_party/bloaty

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)