Skip to content

Commit 0f6ea45

Browse files
authored
Merge branch 'main' into remove-raze
2 parents 0fcd8c9 + b013a0d commit 0f6ea45

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

bazel/repositories.bzl

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,21 @@ def proxy_wasm_cpp_host_repositories():
9393
patch_args = ["-p1"],
9494
)
9595

96-
# Core.
96+
# Core deps. Keep them updated.
97+
98+
# Note: we depend on Abseil via rules_fuzzing. Remove this pin when we update that.
99+
#
100+
# This is the latest LTS release, which picks up:
101+
# - Build fix: https://github.com/abseil/abseil-cpp/pull/1187
102+
# - A bugfix found in local fuzzing:
103+
# https://github.com/abseil/abseil-cpp/commit/e7858c73279d81cbc005d9c76a385ab535520635
104+
maybe(
105+
http_archive,
106+
name = "com_google_absl",
107+
sha256 = "733726b8c3a6d39a4120d7e45ea8b41a434cdacde401cba500f14236c49b39dc",
108+
strip_prefix = "abseil-cpp-20240116.2",
109+
urls = ["https://github.com/abseil/abseil-cpp/archive/20240116.2.tar.gz"],
110+
)
97111

98112
maybe(
99113
http_archive,

0 commit comments

Comments
 (0)