File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,18 @@ def proxy_wasm_cpp_host_repositories():
82
82
patch_args = ["-p1" ],
83
83
)
84
84
85
- # Core.
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
90
+ maybe (
91
+ http_archive ,
92
+ name = "com_google_absl" ,
93
+ sha256 = "733726b8c3a6d39a4120d7e45ea8b41a434cdacde401cba500f14236c49b39dc" ,
94
+ strip_prefix = "abseil-cpp-20240116.2" ,
95
+ urls = ["https://github.com/abseil/abseil-cpp/archive/20240116.2.tar.gz" ],
96
+ )
86
97
87
98
maybe (
88
99
http_archive ,
You can’t perform that action at this time.
0 commit comments