Skip to content

Commit

Permalink
vitess: build with [email protected]
Browse files Browse the repository at this point in the history
use "go" again after vitessio/vitess#16015 is fixed and released

Follow-up to #175310
  • Loading branch information
stefanb committed Aug 28, 2024
1 parent 7f8c3d5 commit 08cc27f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/v/vitess.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ class Vitess < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "ff51d7d5e7d198c9deb005f8f6b867298a02796768eb52b785b621716af4598e"
end

depends_on "go" => :build
# use "go" again after https://github.com/vitessio/vitess/issues/16015 is fixed and released
depends_on "[email protected]" => :build
depends_on "etcd"

def install
Expand Down

0 comments on commit 08cc27f

Please sign in to comment.