Always linkstatic when building rpcbench_test.
Change: 144760356
This commit is contained in:
parent
077238900d
commit
7da561c73d
@ -392,7 +392,7 @@ tf_cuda_cc_test(
|
|||||||
name = "rpcbench_test",
|
name = "rpcbench_test",
|
||||||
size = "small",
|
size = "small",
|
||||||
srcs = ["rpcbench_test.cc"],
|
srcs = ["rpcbench_test.cc"],
|
||||||
linkstatic = tf_kernel_tests_linkstatic(),
|
linkstatic = 1,
|
||||||
tags = tf_cuda_tests_tags(),
|
tags = tf_cuda_tests_tags(),
|
||||||
deps = [
|
deps = [
|
||||||
"//tensorflow/cc:cc_ops",
|
"//tensorflow/cc:cc_ops",
|
||||||
|
Loading…
Reference in New Issue
Block a user