Merge pull request #17684 from jtattermusch/bazel0_21_protobuf_fixes

Fix build with bazel 0.21
pull/17696/head
Jan Tattermusch 6 years ago committed by GitHub
commit b02fbfb90f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      bazel/grpc_deps.bzl

@ -124,8 +124,8 @@ def grpc_deps():
if "com_google_protobuf" not in native.existing_rules():
http_archive(
name = "com_google_protobuf",
strip_prefix = "protobuf-48cb18e5c419ddd23d9badcfe4e9df7bde1979b2",
url = "https://github.com/google/protobuf/archive/48cb18e5c419ddd23d9badcfe4e9df7bde1979b2.tar.gz",
strip_prefix = "protobuf-66dc42d891a4fc8e9190c524fd67961688a37bbe",
url = "https://github.com/google/protobuf/archive/66dc42d891a4fc8e9190c524fd67961688a37bbe.tar.gz",
)
if "com_github_nanopb_nanopb" not in native.existing_rules():

Loading…
Cancel
Save