aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/makefile
diff options
context:
space:
mode:
authorGravatar Yifei Feng <yifeif@google.com>2018-02-05 16:04:06 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-02-05 16:08:12 -0800
commitaea9333d5bee349f1daff0c551a38b8bf73beffa (patch)
tree441278e7c58950aa8d14f5ae23c228685a59c3a5 /tensorflow/contrib/makefile
parent8fe70dc41f269b266b2adce7bed96b3833dda60e (diff)
Remove makefile build dependency on all_opensource_files, as part of the effort to remove all_opensource_files #15758.
PiperOrigin-RevId: 184601439
Diffstat (limited to 'tensorflow/contrib/makefile')
-rw-r--r--tensorflow/contrib/makefile/BUILD17
1 files changed, 0 insertions, 17 deletions
diff --git a/tensorflow/contrib/makefile/BUILD b/tensorflow/contrib/makefile/BUILD
index a8dd59f32a..701eeb44fe 100644
--- a/tensorflow/contrib/makefile/BUILD
+++ b/tensorflow/contrib/makefile/BUILD
@@ -12,20 +12,3 @@ filegroup(
),
visibility = ["//tensorflow:__subpackages__"],
)
-
-sh_test(
- name = "build_all_linux",
- size = "enormous",
- srcs = ["build_all_linux.sh"],
- data = [
- "//tensorflow:all_opensource_files",
- "//third_party/eigen3:all_files",
- "//third_party/fft2d:all_files",
- ],
- tags = [
- "manual",
- "no_gpu",
- "no_oss",
- "notap",
- ],
-)