bazel: use canonical repository name for absl

Signed-off-by: Lizan Zhou <lizan@tetrate.io>
pull/13171/head
Lizan Zhou 5 years ago
parent f32f2fdb25
commit bcdfe6b1b0
  1. 6
      BUILD
  2. 2
      bazel/workspace_deps.bzl

@ -259,9 +259,9 @@ cc_library(
"//conditions:default": CPPOPTS "//conditions:default": CPPOPTS
}), }),
deps = [ deps = [
"@absl//absl/base:core_headers", "@com_google_absl//absl/base:core_headers",
"@absl//absl/container:flat_hash_map", "@com_google_absl//absl/container:flat_hash_map",
"@absl//absl/strings", "@com_google_absl//absl/strings",
"@com_google_protobuf//:protobuf", "@com_google_protobuf//:protobuf",
"@com_google_protobuf//:protoc_lib", "@com_google_protobuf//:protoc_lib",
], ],

@ -9,7 +9,7 @@ def upb_deps():
) )
git_repository( git_repository(
name = "absl", name = "com_google_absl",
commit = "070f6e47b33a2909d039e620c873204f78809492", commit = "070f6e47b33a2909d039e620c873204f78809492",
remote = "https://github.com/abseil/abseil-cpp.git", remote = "https://github.com/abseil/abseil-cpp.git",
shallow_since = "1541627663 -0500", shallow_since = "1541627663 -0500",

Loading…
Cancel
Save