summaryrefslogtreecommitdiffhomepage
path: root/tools/installers/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tools/installers/BUILD')
-rw-r--r--tools/installers/BUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/tools/installers/BUILD b/tools/installers/BUILD
deleted file mode 100644
index d78a265ca..000000000
--- a/tools/installers/BUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Installers for use by the tools/vm_test rules.
-
-package(
- default_visibility = ["//:sandbox"],
- licenses = ["notice"],
-)
-
-filegroup(
- name = "runsc",
- srcs = ["//runsc"],
-)
-
-sh_binary(
- name = "head",
- srcs = ["head.sh"],
- data = [":runsc"],
-)
-
-sh_binary(
- name = "master",
- srcs = ["master.sh"],
-)
-
-sh_binary(
- name = "shim",
- srcs = ["shim.sh"],
-)