mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
runsc metric-server: Make binary statically linked.
This removes the implied dependency on shared libraries existing on machines where this binary is deployed. PiperOrigin-RevId: 703656286
This commit is contained in:
committed by
gVisor bot
parent
d16d0c71e1
commit
22b95a87ac
@@ -11,6 +11,7 @@ go_binary(
|
||||
srcs = [
|
||||
"metricserver_main.go",
|
||||
],
|
||||
static = True,
|
||||
visibility = [
|
||||
"//:sandbox",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user