Unverified Commit 1e549754 authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

mimir: Fix Darwin builds. (#398755)

parents 0fe97f66 058e7764
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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}"