aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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",