Use GRCP and Bazel 1.0 (#6002)

This commit is contained in:
Philipp Moritz
2019-11-08 15:58:28 -08:00
committed by GitHub
parent afca6d3d87
commit ccbcc4bafa
15 changed files with 66 additions and 471 deletions
+7
View File
@@ -7,3 +7,10 @@ ray_deps_setup()
load("//bazel:ray_deps_build_all.bzl", "ray_deps_build_all")
ray_deps_build_all()
# This needs to be run after grpc_deps() in ray_deps_build_all() to make
# sure all the packages loaded by grpc_deps() are available. However a
# load() statement cannot be in a function so we put it here.
load("@com_github_grpc_grpc//bazel:grpc_extra_deps.bzl", "grpc_extra_deps")
grpc_extra_deps()