aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/distributed_runtime
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-06-29 11:17:48 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-06-29 12:34:01 -0700
commitb6b45463fe90c8ffb87aa29aee534f8a88c91660 (patch)
treefb76f33f2f81621ab6d52c1c838844563b1cf1c5 /tensorflow/core/distributed_runtime
parentc6e10698f67d962602fa82a0142b0bc25d8dc6b5 (diff)
Rollback linkstatic removal, unforeseen interaction on some archs.
Change: 126219121
Diffstat (limited to 'tensorflow/core/distributed_runtime')
-rw-r--r--tensorflow/core/distributed_runtime/rpc/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/core/distributed_runtime/rpc/BUILD b/tensorflow/core/distributed_runtime/rpc/BUILD
index d95e1a7df0..030cfaf0c3 100644
--- a/tensorflow/core/distributed_runtime/rpc/BUILD
+++ b/tensorflow/core/distributed_runtime/rpc/BUILD
@@ -235,6 +235,7 @@ cc_library(
name = "grpc_server_lib",
srcs = ["grpc_server_lib.cc"],
hdrs = ["grpc_server_lib.h"],
+ linkstatic = 1, # Seems to be needed since alwayslink is broken in bazel
deps = [
":async_service_interface",
":grpc_channel",
@@ -278,6 +279,7 @@ tf_cuda_library(
name = "grpc_testlib_ops",
testonly = 1,
srcs = ["grpc_testlib_ops.cc"],
+ linkstatic = 1, # Seems to be needed since alwayslink is broken in bazel
deps = [
"//tensorflow/core:framework",
"//tensorflow/core:lib",