Skip to content

Commit

Permalink
Build runsc-metric-server binary using nocgo instead of static.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 710134102
  • Loading branch information
EtiennePerot authored and gvisor-bot committed Dec 27, 2024
1 parent edda7b6 commit 768db86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions runsc/cmd/metricserver/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ go_binary(
srcs = [
"metricserver_main.go",
],
features = ["no_default_linker_script"],
static = True,
pure = True,
visibility = [
"//:sandbox",
],
Expand Down

0 comments on commit 768db86

Please sign in to comment.