Skip to content

Commit

Permalink
Bump Envoy version: a82962c (#1666)
Browse files Browse the repository at this point in the history
Signed-off-by: Rafal Augustyniak <raugustyniak@lyft.com>
Signed-off-by: JP Simard <jp@jpsim.com>
  • Loading branch information
Augustyniak authored and jpsim committed Nov 28, 2022
1 parent c648e3c commit 3ad9978
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions mobile/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ build:asan-dev --copt -fsanitize=address
build:asan-dev --linkopt -fsanitize=address
build:asan-dev --platform_suffix=-asan

build:clang-asan --linkopt --rtlib=compiler-rt
build:clang-asan --linkopt --unwindlib=libgcc

# Locally-runnable TSAN config
build:tsan-dev --features=tsan
build:tsan-dev --copt -fsanitize=thread
Expand Down
8 changes: 4 additions & 4 deletions mobile/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 mobile/envoy
Submodule envoy updated from 57bfbd to a82962

0 comments on commit 3ad9978

Please sign in to comment.