Skip to content

Commit

Permalink
update snappy and lz4 to newest release
Browse files Browse the repository at this point in the history
  • Loading branch information
Barenboim committed Nov 4, 2021
1 parent 8cee842 commit e9309ae
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 1 addition & 1 deletion third_party/snappy
Submodule snappy updated 3 files
+1 −1 CMakeLists.txt
+1 −1 NEWS
+4 −2 snappy_test_tool.cc

0 comments on commit e9309ae

Please sign in to comment.