We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddae1a9 commit 88214f8Copy full SHA for 88214f8
bazel/repositories.bzl
@@ -96,6 +96,8 @@ def proxy_wasm_cpp_host_repositories():
96
# Core deps. Try to keep up with Envoy versions:
97
# https://github.com/envoyproxy/envoy/blob/main/bazel/repository_locations.bzl
98
99
+ # Note: latest LTS release, ahead of Envoy to pick up a bugfix found in local fuzzing:
100
+ # https://github.com/abseil/abseil-cpp/commit/e7858c73279d81cbc005d9c76a385ab535520635
101
maybe(
102
http_archive,
103
name = "com_google_absl",
0 commit comments