mimir: Fix Darwin builds. (#398755)

This commit is contained in:
Adam C. Stephens
2025-04-15 16:50:28 -04:00
committed by GitHub
+1 -2
View File
@@ -30,7 +30,7 @@ buildGoModule rec {
"delete-objects"
"list-deduplicated-blocks"
"listblocks"
"markblocks"
"mark-blocks"
"undelete-blocks"
]);
@@ -51,7 +51,6 @@ buildGoModule rec {
t = "github.com/grafana/mimir/pkg/util/version";
in
[
''-extldflags "-static"''
"-s"
"-w"
"-X ${t}.Version=${version}"