diff options
-rw-r--r-- | runsc/BUILD | 1 | ||||
-rw-r--r-- | shim/BUILD | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/runsc/BUILD b/runsc/BUILD index 3b91b984a..e99404eb1 100644 --- a/runsc/BUILD +++ b/runsc/BUILD @@ -9,6 +9,7 @@ go_binary( "version.go", ], pure = True, + tags = ["staging"], visibility = [ "//visibility:public", ], diff --git a/shim/BUILD b/shim/BUILD index 434269d31..695f61eb9 100644 --- a/shim/BUILD +++ b/shim/BUILD @@ -6,6 +6,7 @@ go_binary( name = "containerd-shim-runsc-v1", srcs = ["main.go"], static = True, + tags = ["staging"], visibility = [ "//visibility:public", ], |