aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/BUILD
diff options
context:
space:
mode:
authorGravatar Michael Case <mikecase@google.com>2018-06-29 16:33:10 -0700
committerGravatar Michael Case <mikecase@google.com>2018-06-29 16:33:10 -0700
commit654eb3dd779107eb919af1093e2a72f0ab6ba922 (patch)
treeba7215bc87c414adca253fa999e7ba05ed56d904 /tensorflow/contrib/BUILD
parent5d636b95de694196bd85e80e284b4ea2c75b88a2 (diff)
Excluding cloud_py as well from Windows Bazel build.
cloud_py now depends on big_table which does not build on Windows. Excluding from Window Bazel build for now.
Diffstat (limited to 'tensorflow/contrib/BUILD')
-rw-r--r--tensorflow/contrib/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/BUILD b/tensorflow/contrib/BUILD
index 1c91f471da..e2c85f3995 100644
--- a/tensorflow/contrib/BUILD
+++ b/tensorflow/contrib/BUILD
@@ -27,7 +27,6 @@ py_library(
"//tensorflow/contrib/bayesflow:bayesflow_py",
"//tensorflow/contrib/boosted_trees:init_py",
"//tensorflow/contrib/checkpoint/python:checkpoint",
- "//tensorflow/contrib/cloud:cloud_py",
"//tensorflow/contrib/cluster_resolver:cluster_resolver_pip",
"//tensorflow/contrib/cluster_resolver:cluster_resolver_py",
"//tensorflow/contrib/coder:coder_py",
@@ -127,6 +126,7 @@ py_library(
"//tensorflow/contrib/fused_conv:fused_conv_py", # unresolved symbols, need to export more symbols
]) + if_not_windows([
"//tensorflow/contrib/bigtable",
+ "//tensorflow/contrib/cloud:cloud_py",
"//tensorflow/contrib/ffmpeg:ffmpeg_ops_py",
"//tensorflow/contrib/lite/python:lite", # unix dependency, need to fix code
]),