summaryrefslogtreecommitdiffhomepage
path: root/shim
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2020-08-25 12:21:37 -0700
committergVisor bot <gvisor-bot@google.com>2020-08-25 12:24:32 -0700
commit3b2e50f539457556c33ea635b401a4f52e6a5274 (patch)
tree4e61a9fc8e011a31aa157242ffb7da61ed2bc555 /shim
parentb0c53f8475d14606ef82aeddfb2f742269c1b5b7 (diff)
Include shim in individual released binaries.
The debian rules are also moved to the top-level, since they apply to binaries outside the //runsc directory. Fixes #3665 PiperOrigin-RevId: 328379709
Diffstat (limited to 'shim')
-rw-r--r--shim/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/shim/BUILD b/shim/BUILD
index e581618b2..8d29c459b 100644
--- a/shim/BUILD
+++ b/shim/BUILD
@@ -10,6 +10,6 @@ pkg_tar(
mode = "0644",
package_dir = "/etc/containerd",
visibility = [
- "//runsc:__pkg__",
+ "//visibility:public",
],
)