Always linkstatic when building rpcbench_test.

Change: 144760356
This commit is contained in:
Jonathan Hseu 2017-01-17 14:59:47 -08:00 committed by TensorFlower Gardener
parent 077238900d
commit 7da561c73d

View File

@ -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",