aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/verbs
diff options
context:
space:
mode:
authorGravatar Brennan Saeta <saeta@google.com>2018-06-12 11:12:53 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-06-12 11:15:29 -0700
commitba9422a8adba18fc97cc1923002b7db8ca63dcfe (patch)
tree6a39ae7c735d803b389686a1ad20cfedd03cf560 /tensorflow/contrib/verbs
parentffe3d1b4dba7c39a291861e75060a871caab92c3 (diff)
Switch from grpc++_unsecure to grpc++
Fixes #13590 PiperOrigin-RevId: 200246854
Diffstat (limited to 'tensorflow/contrib/verbs')
-rw-r--r--tensorflow/contrib/verbs/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/contrib/verbs/BUILD b/tensorflow/contrib/verbs/BUILD
index 9720fd6e86..1b45584dcb 100644
--- a/tensorflow/contrib/verbs/BUILD
+++ b/tensorflow/contrib/verbs/BUILD
@@ -58,7 +58,7 @@ cc_library(
"//tensorflow/core/distributed_runtime/rpc:async_service_interface",
"//tensorflow/core/distributed_runtime/rpc:grpc_call",
"//tensorflow/core/distributed_runtime/rpc:grpc_util",
- "@grpc//:grpc++_unsecure",
+ "@grpc//:grpc++",
],
alwayslink = 1,
)
@@ -69,7 +69,7 @@ cc_library(
hdrs = ["grpc_verbs_service_impl.h"],
deps = [
":verbs_service_proto_cc",
- "@grpc//:grpc++_unsecure",
+ "@grpc//:grpc++",
],
)