Skip to content

Commit 5d636b9

Browse files
author
Michael Case
committed
Attempt to fix Windows Bazel build.
Excluded dependency on contrib/bigtable from Windows build. There are several Bazel build errors when trying to build it.
1 parent eea2006 commit 5d636b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/contrib/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ py_library(
2525
"//tensorflow/contrib/all_reduce",
2626
"//tensorflow/contrib/batching:batch_py",
2727
"//tensorflow/contrib/bayesflow:bayesflow_py",
28-
"//tensorflow/contrib/bigtable",
2928
"//tensorflow/contrib/boosted_trees:init_py",
3029
"//tensorflow/contrib/checkpoint/python:checkpoint",
3130
"//tensorflow/contrib/cloud:cloud_py",
@@ -127,6 +126,7 @@ py_library(
127126
}) + if_not_windows_cuda([
128127
"//tensorflow/contrib/fused_conv:fused_conv_py", # unresolved symbols, need to export more symbols
129128
]) + if_not_windows([
129+
"//tensorflow/contrib/bigtable",
130130
"//tensorflow/contrib/ffmpeg:ffmpeg_ops_py",
131131
"//tensorflow/contrib/lite/python:lite", # unix dependency, need to fix code
132132
]),

0 commit comments

Comments
 (0)