From f80fd977205b89ca5e7dcffe87dcaeb5a11ab3c8 Mon Sep 17 00:00:00 2001 From: gVisor bot Date: Thu, 31 Oct 2024 13:14:07 -0700 Subject: [PATCH] Internal change. PiperOrigin-RevId: 691911396 --- shim/BUILD | 2 +- test/cmd/test_app/BUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shim/BUILD b/shim/BUILD index f78ee619e..c5b30adce 100644 --- a/shim/BUILD +++ b/shim/BUILD @@ -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", diff --git a/test/cmd/test_app/BUILD b/test/cmd/test_app/BUILD index bc2169db1..be9a15568 100644 --- a/test/cmd/test_app/BUILD +++ b/test/cmd/test_app/BUILD @@ -13,7 +13,7 @@ go_binary( "main.go", "zombies.go", ], - static = True, + features = ["fully_static_link"], visibility = [ "//runsc/container:__pkg__", "//test/syscalls/linux:__pkg__",