Remove makefile build dependency on all_opensource_files, as part of the effort to...
authorYifei Feng <yifeif@google.com>
Tue, 6 Feb 2018 00:04:06 +0000 (16:04 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Tue, 6 Feb 2018 00:08:12 +0000 (16:08 -0800)
PiperOrigin-RevId: 184601439

tensorflow/contrib/makefile/BUILD

index a8dd59f..701eeb4 100644 (file)
@@ -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",
-    ],
-)