Skip to content

Commit

Permalink
Add internal staging tags to //runsc and //shim binaries.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 367328273
  • Loading branch information
amscanne authored and gvisor-bot committed Apr 8, 2021
1 parent 0e55b57 commit 192f207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions runsc/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ go_binary(
"version.go",
],
pure = True,
tags = ["staging"],
visibility = [
"//visibility:public",
],
Expand Down
1 change: 1 addition & 0 deletions shim/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ go_binary(
name = "containerd-shim-runsc-v1",
srcs = ["main.go"],
static = True,
tags = ["staging"],
visibility = [
"//visibility:public",
],
Expand Down

0 comments on commit 192f207

Please sign in to comment.