summaryrefslogtreecommitdiffhomepage
path: root/runsc
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2021-04-07 17:10:58 -0700
committergVisor bot <gvisor-bot@google.com>2021-04-07 17:13:11 -0700
commit192f20788b338900291b0692e2518a8e8bc0f56d (patch)
tree3de855b1a95d765a110e577dc914625fedbd324a /runsc
parent0e55b57452d3437f494690dca67bcc55f11d3c60 (diff)
Add internal staging tags to //runsc and //shim binaries.
PiperOrigin-RevId: 367328273
Diffstat (limited to 'runsc')
-rw-r--r--runsc/BUILD1
1 files changed, 1 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",
],