Skip to content

Commit

Permalink
Internal change.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 691911396
  • Loading branch information
gvisor-bot committed Oct 31, 2024
1 parent bd7d1a7 commit f80fd97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shim/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion test/cmd/test_app/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ go_binary(
"main.go",
"zombies.go",
],
static = True,
features = ["fully_static_link"],
visibility = [
"//runsc/container:__pkg__",
"//test/syscalls/linux:__pkg__",
Expand Down

0 comments on commit f80fd97

Please sign in to comment.