Internal change.

PiperOrigin-RevId: 691911396
This commit is contained in:
gVisor bot
2024-10-31 13:17:28 -07:00
parent bd7d1a7388
commit f80fd97720
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ package(
go_binary(
name = "containerd-shim-runsc-v1",
srcs = ["main.go"],
static = True,
features = ["fully_static_link"],
tags = ["staging"],
visibility = [
"//visibility:public",
+1 -1
View File
@@ -13,7 +13,7 @@ go_binary(
"main.go",
"zombies.go",
],
static = True,
features = ["fully_static_link"],
visibility = [
"//runsc/container:__pkg__",
"//test/syscalls/linux:__pkg__",