Skip to content

Commit

Permalink
fix bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
chaokunyang committed Dec 2, 2019
1 parent 07d8971 commit 2612c9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bazel/ray_deps_setup.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def ray_deps_setup():
name = "com_github_grpc_grpc",
commit = "4790ab6d97e634a1ede983be393f3bb3c132b2f7",
remote = "https://github.com/grpc/grpc",
sha256 = "fe1f7cbad34098b6b08caa1a93d2070ba40824c4dc22ecb4f14b5c5c60e2645b",
sha256 = "723853c36ea6d179d32a4f9f2f8691dbe0e28d5bbc521c954b34355a1c952ba5",
patches = [
"//thirdparty/patches:grpc-command-quoting.patch",
"//thirdparty/patches:grpc-cython-copts.patch",
Expand Down
4 changes: 2 additions & 2 deletions streaming/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Bazel build
# C/C++ documentation: https://docs.bazel.build/versions/master/be/c-cpp.html

load("@//bazel:cython_library.bzl", "pyx_library")
load("@build_stack_rules_proto//python:python_proto_compile.bzl", "python_proto_compile")
load("@com_github_grpc_grpc//bazel:cython_library.bzl", "pyx_library")
load("@rules_proto_grpc//python:defs.bzl", "python_proto_compile")

proto_library(
name = "streaming_proto",
Expand Down

0 comments on commit 2612c9f

Please sign in to comment.