Skip to content

Commit

Permalink
DO NOT MERGE: test workaround for blacklisted proto bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch committed Jan 15, 2020
1 parent 1f465f5 commit a16e793
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions bazel/grpc_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,11 @@ def grpc_deps():
if "com_google_protobuf" not in native.existing_rules():
http_archive(
name = "com_google_protobuf",
sha256 = "e0a123d052b41d6110d773a0eca30def7f61b664343767dd17c595e5d45b24f0",
strip_prefix = "protobuf-abc5062a61ba2ac01cb6892683267bbfc4838bb6",
url = "https://github.com/google/protobuf/archive/abc5062a61ba2ac01cb6892683267bbfc4838bb6.tar.gz",
sha256 = "54f870bd84595ff3100bbfd8de9248ad870f1a54f4023bdc3262d08114e08f25",
strip_prefix = "protobuf-7c2667dd9ad0920893eaf9b206a7689ba3be6955",
# DO NOT MERGE, only for testing
# this tests the unmerged change https://github.com/protocolbuffers/protobuf/pull/7096
url = "https://github.com/Yannic/protobuf/archive/7c2667dd9ad0920893eaf9b206a7689ba3be6955.tar.gz",
)

if "com_github_google_googletest" not in native.existing_rules():
Expand Down

0 comments on commit a16e793

Please sign in to comment.