summaryrefslogtreecommitdiffhomepage
path: root/shim/v2/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'shim/v2/BUILD')
-rw-r--r--shim/v2/BUILD13
1 files changed, 0 insertions, 13 deletions
diff --git a/shim/v2/BUILD b/shim/v2/BUILD
deleted file mode 100644
index b4a107d27..000000000
--- a/shim/v2/BUILD
+++ /dev/null
@@ -1,13 +0,0 @@
-load("//tools:defs.bzl", "go_binary")
-
-package(licenses = ["notice"])
-
-go_binary(
- name = "containerd-shim-runsc-v1",
- srcs = ["main.go"],
- static = True,
- visibility = [
- "//visibility:public",
- ],
- deps = ["//shim/v2/cli"],
-)