Skip to content

Commit 0fcd8c9

Browse files
committed
Split off Abseil patch. Remove old patches.
Signed-off-by: Martijn Stevenson <[email protected]>
1 parent 88214f8 commit 0fcd8c9

File tree

3 files changed

+1
-30
lines changed

3 files changed

+1
-30
lines changed

bazel/cargo/wasmtime/bumpalo.patch

Lines changed: 0 additions & 9 deletions
This file was deleted.

bazel/cargo/wasmtime/cranelift-isle.patch

Lines changed: 0 additions & 9 deletions
This file was deleted.

bazel/repositories.bzl

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -93,18 +93,7 @@ def proxy_wasm_cpp_host_repositories():
9393
patch_args = ["-p1"],
9494
)
9595

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",
104-
sha256 = "733726b8c3a6d39a4120d7e45ea8b41a434cdacde401cba500f14236c49b39dc",
105-
strip_prefix = "abseil-cpp-20240116.2",
106-
urls = ["https://github.com/abseil/abseil-cpp/archive/20240116.2.tar.gz"],
107-
)
96+
# Core.
10897

10998
maybe(
11099
http_archive,

0 commit comments

Comments
 (0)