Make patch work for downstream dependencies

pull/25131/head
Richard Belleville 4 years ago committed by Jan Tattermusch
parent 666e60315a
commit 849c9b01bf
  1. 2
      bazel/grpc_deps.bzl
  2. 1
      third_party/BUILD

@ -175,7 +175,7 @@ def grpc_deps():
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/google/protobuf/archive/19fb89416f3fdc2d6668f3738f444885575285bc.tar.gz",
"https://github.com/google/protobuf/archive/19fb89416f3fdc2d6668f3738f444885575285bc.tar.gz",
],
patches = ["//third_party:protobuf.patch"],
patches = ["@com_github_grpc_grpc//third_party:protobuf.patch"],
patch_args = ["-p1"],
)

1
third_party/BUILD vendored

@ -11,4 +11,5 @@ exports_files([
"enum34.BUILD",
"futures.BUILD",
"libuv.BUILD",
"protobuf.patch",
])

Loading…
Cancel
Save