Skip to content

Commit

Permalink
bazel: downgrade abseil (#133)
Browse files Browse the repository at this point in the history
Fixes: envoyproxy/envoy-mobile#72

Signed-off-by: Keith Smiley <keithbsmiley@gmail.com>
Signed-off-by: JP Simard <jp@jpsim.com>
  • Loading branch information
keith authored and jpsim committed Nov 29, 2022
1 parent ad61a74 commit 0b7ed41
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mobile/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ http_archive(
urls = ["https://github.com/bazelbuild/rules_foreign_cc/archive/2b40a0098d4016f620c2ee4c10da0f46f5c90d57.tar.gz"],
)

# Here instead of in upstream envoy to work around https://github.com/abseil/abseil-cpp/issues/326
http_archive(
name = "com_google_absl",
sha256 = "e35082e88b9da04f4d68094c05ba112502a5063712f3021adfa465306d238c76",
strip_prefix = "abseil-cpp-cc8dcd307b76a575d2e3e0958a4fe4c7193c2f68",
urls = ["https://github.com/abseil/abseil-cpp/archive/cc8dcd307b76a575d2e3e0958a4fe4c7193c2f68.tar.gz"],
)

load("@rules_foreign_cc//:workspace_definitions.bzl", "rules_foreign_cc_dependencies")

local_repository(
Expand Down

0 comments on commit 0b7ed41

Please sign in to comment.