Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions bazel/envoy_mobile_repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ def upstream_envoy_overrides():
http_archive(
name = "com_google_absl",
patches = ["@envoy_mobile//bazel:abseil.patch"],
sha256 = "635367c5cac4bbab95d0485ba9e68fa422546b06ce050190c99be7e23aba3ce3",
strip_prefix = "abseil-cpp-8f1c34a77a2ba04512b7f9cbc6013d405e6a0b31",
# 2020-08-08
urls = ["https://github.com/abseil/abseil-cpp/archive/8f1c34a77a2ba04512b7f9cbc6013d405e6a0b31.tar.gz"],
sha256 = "2e4ace2ed32a4ccfd29e856ad72b4fd1eae2ec060d3ba8646857fa170d6e8269",
strip_prefix = "abseil-cpp-17c954d90d5661e27db8fc5f086085690a8372d9",
# 2021-06-03
urls = ["https://github.com/abseil/abseil-cpp/archive/17c954d90d5661e27db8fc5f086085690a8372d9.tar.gz"],
)

# This should be kept in sync with Envoy itself, we just need to apply this patch
Expand Down
2 changes: 1 addition & 1 deletion envoy
Submodule envoy updated 420 files