Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Formula/k/kapacitor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ class Kapacitor < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "a9c728517d5c4fd80f8e9dbe70813fa657ecc4314334cc452890967cfecb3efd"
end

depends_on "go" => :build
# use "go" again when supported
# see https://github.com/influxdata/kapacitor/issues/2769 and https://github.com/influxdata/kapacitor/issues/2782
depends_on "[email protected]" => :build
depends_on "rust" => :build

on_linux do
Expand Down