Skip to content

Commit

Permalink
Merge pull request #199840 from Homebrew/git-codereview-update-go-build
Browse files Browse the repository at this point in the history
git-codereview: update go build
  • Loading branch information
BrewTestBot authored Dec 3, 2024
2 parents 65af7fd + ac72993 commit 3883e30
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions Formula/g/git-codereview.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,19 @@ class GitCodereview < Formula
license "BSD-3-Clause"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "cedfd30b6db4a1ee19104c3f2b9a1b0f0b46bd0559e6545b194e314f2b22047e"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cedfd30b6db4a1ee19104c3f2b9a1b0f0b46bd0559e6545b194e314f2b22047e"
sha256 cellar: :any_skip_relocation, arm64_ventura: "cedfd30b6db4a1ee19104c3f2b9a1b0f0b46bd0559e6545b194e314f2b22047e"
sha256 cellar: :any_skip_relocation, sonoma: "74875343a167eb4140b98b17c75ab1f2e121f90957a00a545731542c21866d29"
sha256 cellar: :any_skip_relocation, ventura: "74875343a167eb4140b98b17c75ab1f2e121f90957a00a545731542c21866d29"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e9ededa7834b7107a2b31dd49e3e3d71411d5b2070faf0c78a3497562f68b22b"
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sequoia: "55a17bd974981216ca94abf561db3213925bb552561363fd50d0085ea4b65747"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "55a17bd974981216ca94abf561db3213925bb552561363fd50d0085ea4b65747"
sha256 cellar: :any_skip_relocation, arm64_ventura: "55a17bd974981216ca94abf561db3213925bb552561363fd50d0085ea4b65747"
sha256 cellar: :any_skip_relocation, sonoma: "c078cedf877a871f99cc3c09386207021a746d897617245b501a575fe0459a70"
sha256 cellar: :any_skip_relocation, ventura: "c078cedf877a871f99cc3c09386207021a746d897617245b501a575fe0459a70"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f7a02745b397413f2566aa8100a23438af7a0f5c3a0c43eb2cab622fae65eb5a"
end

depends_on "go" => :build

def install
system "go", "build", *std_go_args, "./git-codereview"
system "go", "build", *std_go_args(ldflags: "-s -w"), "./git-codereview"
end

test do
Expand Down

0 comments on commit 3883e30

Please sign in to comment.