diff --git a/shim/BUILD b/shim/BUILD index 67d56dfa478..42cad5fba2d 100644 --- a/shim/BUILD +++ b/shim/BUILD @@ -8,7 +8,7 @@ package( go_binary( name = "containerd-shim-runsc-v1", srcs = ["main.go"], - features = ["fully_static_link"], + pure = True, tags = ["staging"], visibility = [ "//visibility:public",