aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jonathan Hseu <jhseu@google.com>2017-01-17 14:59:47 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-01-17 15:21:04 -0800
commit7da561c73d5476699d20ed6bffe7e7dbe624a6c2 (patch)
treedad1d1597e72445d1fd3482ad6033ef64a45b63c
parent077238900ddc60de8bba76db11847a52a8957e7d (diff)
Always linkstatic when building rpcbench_test.
Change: 144760356
-rw-r--r--tensorflow/core/distributed_runtime/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/distributed_runtime/BUILD b/tensorflow/core/distributed_runtime/BUILD
index 73018ec258..e267414654 100644
--- a/tensorflow/core/distributed_runtime/BUILD
+++ b/tensorflow/core/distributed_runtime/BUILD
@@ -392,7 +392,7 @@ tf_cuda_cc_test(
name = "rpcbench_test",
size = "small",
srcs = ["rpcbench_test.cc"],
- linkstatic = tf_kernel_tests_linkstatic(),
+ linkstatic = 1,
tags = tf_cuda_tests_tags(),
deps = [
"//tensorflow/cc:cc_ops",