Skip to content

Commit 4f63159

Browse files
authored
Update .gitmodules
Fixing missing commits in submodules ``` fatal: Fetched in submodule path 'thrift', but it did not contain 327ed53487c9904146c30bb0537c9864b0f7e06a. Direct fetching of that commit failed. fatal: fatal: Fetched in submodule path 'contrib/zstd', but it did not contain 437081852c396eeb61edb7d47044d8cad911885e. Direct fetching of that commit failed. fatal: ```
1 parent 1a190de commit 4f63159

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
url = https://github.com/Thalhammer/jwt-cpp
77
[submodule "contrib/zstd"]
88
path = contrib/zstd
9-
url = https://github.com/facebook/zstd
9+
url = https://github.com/ClickHouse/zstd.git
1010
[submodule "contrib/lz4"]
1111
path = contrib/lz4
1212
url = https://github.com/lz4/lz4
@@ -45,7 +45,7 @@
4545
url = https://github.com/ClickHouse/arrow
4646
[submodule "contrib/thrift"]
4747
path = contrib/thrift
48-
url = https://github.com/apache/thrift
48+
url = https://github.com/ClickHouse/thrift.git
4949
[submodule "contrib/libhdfs3"]
5050
path = contrib/libhdfs3
5151
url = https://github.com/ClickHouse/libhdfs3

0 commit comments

Comments
 (0)