summaryrefslogtreecommitdiffhomepage
path: root/shim/v2/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'shim/v2/BUILD')
-rw-r--r--shim/v2/BUILD18
1 files changed, 0 insertions, 18 deletions
diff --git a/shim/v2/BUILD b/shim/v2/BUILD
deleted file mode 100644
index 8de9ac0ba..000000000
--- a/shim/v2/BUILD
+++ /dev/null
@@ -1,18 +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 = [
- "//pkg/shim/v2",
- "@com_github_containerd_containerd//runtime/v2/shim:go_default_library",
- ],
-)