Skip to content

Commit

Permalink
cloudpan189-go: build with [email protected]
Browse files Browse the repository at this point in the history
use "go" again when tickstep/cloudpan189-go#101 is resolved and released

To be merged after #175310
  • Loading branch information
stefanb committed Aug 16, 2024
1 parent 018a537 commit 50ac1a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/c/cloudpan189-go.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ class Cloudpan189Go < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "21c193bc56690eef410bdbbce6d6b774fcf658f16b114ea0222afee18591d361"
end

depends_on "go" => :build
# use "go" again when https://github.com/tickstep/cloudpan189-go/issues/101 is resolved and released
depends_on "[email protected]" => :build

def install
system "go", "build", *std_go_args(ldflags: "-s -w")
Expand Down

0 comments on commit 50ac1a6

Please sign in to comment.