summaryrefslogtreecommitdiffhomepage
path: root/tools/installers/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tools/installers/BUILD')
-rw-r--r--tools/installers/BUILD13
1 files changed, 2 insertions, 11 deletions
diff --git a/tools/installers/BUILD b/tools/installers/BUILD
index 13d3cc5e0..d9f9c4c40 100644
--- a/tools/installers/BUILD
+++ b/tools/installers/BUILD
@@ -1,4 +1,4 @@
-# Installers for use by the tools/vm_test rules.
+# Installers for use by top-level scripts.
package(
default_visibility = ["//:sandbox"],
@@ -14,14 +14,6 @@ sh_binary(
)
sh_binary(
- name = "images",
- srcs = ["images.sh"],
- data = [
- "//images",
- ],
-)
-
-sh_binary(
name = "master",
srcs = ["master.sh"],
)
@@ -35,7 +27,6 @@ sh_binary(
name = "shim",
srcs = ["shim.sh"],
data = [
- "//shim/v1:gvisor-containerd-shim",
- "//shim/v2:containerd-shim-runsc-v1",
+ "//shim:containerd-shim-runsc-v1",
],
)