systemlibs: Add stub bazel/grpc_deps.bzl to grpc dep
This commit is contained in:
parent
667818621b
commit
b89f032719
@ -568,6 +568,11 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
|
|||||||
sha256 = "b956598d8cbe168b5ee717b5dafa56563eb5201a947856a6688bbeac9cac4e1f",
|
sha256 = "b956598d8cbe168b5ee717b5dafa56563eb5201a947856a6688bbeac9cac4e1f",
|
||||||
strip_prefix = "grpc-b54a5b338637f92bfcf4b0bc05e0f57a5fd8fadd",
|
strip_prefix = "grpc-b54a5b338637f92bfcf4b0bc05e0f57a5fd8fadd",
|
||||||
system_build_file = clean_dep("//third_party/systemlibs:grpc.BUILD"),
|
system_build_file = clean_dep("//third_party/systemlibs:grpc.BUILD"),
|
||||||
|
system_link_files = {
|
||||||
|
"//third_party/systemlibs:BUILD": "bazel/BUILD",
|
||||||
|
"//third_party/systemlibs:grpc.BUILD": "src/compiler/BUILD",
|
||||||
|
"//third_party/systemlibs:grpc.bazel.grpc_deps.bzl": "bazel/grpc_deps.bzl",
|
||||||
|
},
|
||||||
urls = [
|
urls = [
|
||||||
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/grpc/grpc/archive/b54a5b338637f92bfcf4b0bc05e0f57a5fd8fadd.tar.gz",
|
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/grpc/grpc/archive/b54a5b338637f92bfcf4b0bc05e0f57a5fd8fadd.tar.gz",
|
||||||
"https://github.com/grpc/grpc/archive/b54a5b338637f92bfcf4b0bc05e0f57a5fd8fadd.tar.gz",
|
"https://github.com/grpc/grpc/archive/b54a5b338637f92bfcf4b0bc05e0f57a5fd8fadd.tar.gz",
|
||||||
|
7
third_party/systemlibs/grpc.bazel.grpc_deps.bzl
vendored
Normal file
7
third_party/systemlibs/grpc.bazel.grpc_deps.bzl
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
"""Load dependencies needed to compile and test the grpc library as a 3rd-party consumer."""
|
||||||
|
|
||||||
|
def grpc_deps():
|
||||||
|
"""Loads dependencies need to compile and test the grpc library."""
|
||||||
|
|
||||||
|
pass
|
||||||
|
|
Loading…
Reference in New Issue
Block a user