Skip to content

Commit 1cbfeb6

Browse files
committed
Expand comments on Abseil pin.
Signed-off-by: Martijn Stevenson <[email protected]>
1 parent 3f1f98c commit 1cbfeb6

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

bazel/repositories.bzl

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,14 @@ def proxy_wasm_cpp_host_repositories():
8282
patch_args = ["-p1"],
8383
)
8484

85-
# Core deps. Try to keep up with Envoy versions:
86-
# https://github.com/envoyproxy/envoy/blob/main/bazel/repository_locations.bzl
87-
88-
# Note: latest LTS release, ahead of Envoy to pick up a bugfix found in local fuzzing:
89-
# https://github.com/abseil/abseil-cpp/commit/e7858c73279d81cbc005d9c76a385ab535520635
85+
# Core deps. Keep them updated.
86+
87+
# Note: we depend on Abseil via rules_fuzzing. Remove this pin when we update that.
88+
#
89+
# This is the latest LTS release, which picks up:
90+
# - Build fix: https://github.com/abseil/abseil-cpp/pull/1187
91+
# - A bugfix found in local fuzzing:
92+
# https://github.com/abseil/abseil-cpp/commit/e7858c73279d81cbc005d9c76a385ab535520635
9093
maybe(
9194
http_archive,
9295
name = "com_google_absl",

0 commit comments

Comments
 (0)