diff options
author | Adin Scannell <ascannell@google.com> | 2020-08-25 12:21:37 -0700 |
---|---|---|
committer | Andrei Vagin <avagin@gmail.com> | 2020-09-09 17:53:10 -0700 |
commit | 92b1436011632d88fbe31ddfe434c5a49e917876 (patch) | |
tree | 4e61a9fc8e011a31aa157242ffb7da61ed2bc555 /shim | |
parent | 61ad71e6be239a860ed946722f0c4e4e8e643d16 (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/BUILD | 2 |
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", ], ) |