mirror of
https://gitee.com/sogou/srpc.git
synced 2024-12-21 16:14:54 +08:00
update snappy and lz4 to newest release
This commit is contained in:
parent
8cee8426af
commit
e9309ae394
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -4,6 +4,8 @@
|
||||
[submodule "third_party/snappy"]
|
||||
path = third_party/snappy
|
||||
url = https://github.com/google/snappy
|
||||
branch = 1.1.9
|
||||
[submodule "third_party/lz4"]
|
||||
path = third_party/lz4
|
||||
url = https://github.com/lz4/lz4
|
||||
branch = v1.9.3
|
||||
|
@ -22,11 +22,11 @@ git_repository(
|
||||
new_git_repository(
|
||||
name = "lz4",
|
||||
build_file = "@//third_party:lz4.BUILD",
|
||||
commit = "bdc9d3b0c10cbf7e1ff40fc6e27dad5f693a00e7",
|
||||
tag = "v1.9.3"
|
||||
remote = "https://github.com/lz4/lz4.git")
|
||||
|
||||
new_git_repository(
|
||||
name = "snappy",
|
||||
build_file = "@//third_party:snappy.BUILD",
|
||||
commit = "78650d126afc55f834d15d018b430985f0c8c87c",
|
||||
tag = "1.1.9"
|
||||
remote = "https://github.com/google/snappy.git")
|
||||
|
2
third_party/lz4
vendored
2
third_party/lz4
vendored
@ -1 +1 @@
|
||||
Subproject commit bdc9d3b0c10cbf7e1ff40fc6e27dad5f693a00e7
|
||||
Subproject commit d44371841a2f1728a3f36839fd4b7e872d0927d3
|
2
third_party/snappy
vendored
2
third_party/snappy
vendored
@ -1 +1 @@
|
||||
Subproject commit 78650d126afc55f834d15d018b430985f0c8c87c
|
||||
Subproject commit 2b63814b15a2aaae54b7943f0cd935892fae628f
|
Loading…
Reference in New Issue
Block a user