Skip to content

Commit

Permalink
Merge pull request #181594 from Homebrew/mimirtool-go1.22
Browse files Browse the repository at this point in the history
mimirtool: build with go1.22
  • Loading branch information
BrewTestBot authored Aug 18, 2024
2 parents 1c1a385 + 2f14e58 commit eb5b34d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/m/mimirtool.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ class Mimirtool < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "e4c4acf4e18e856ea816e8b4c01e2b7af0a29eb263e5c04b2e636f83e120f955"
end

depends_on "go" => :build
# use "go" again after https://github.com/grafana/mimir/issues/9033 is fixed and released
depends_on "[email protected]" => :build

def install
system "make", "BUILD_IN_CONTAINER=false", "GENERATE_FILES=false", "cmd/mimirtool/mimirtool"
Expand Down

0 comments on commit eb5b34d

Please sign in to comment.