Skip to content

netdata 2.4.0 #220038

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
5 changes: 3 additions & 2 deletions Formula/n/netdata.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Netdata < Formula
desc "Diagnose infrastructure problems with metrics, visualizations & alarms"
homepage "https://www.netdata.cloud/"
url "https://github.com/netdata/netdata/releases/download/v2.3.2/netdata-v2.3.2.tar.gz"
sha256 "ae0ff66a4f9ea44ef4e51fbb331040508f1c12c7f6311bff347fe139870e5dd4"
url "https://github.com/netdata/netdata/releases/download/v2.4.0/netdata-v2.4.0.tar.gz"
sha256 "3349c893cad070273ed78334b29fbd4d320044f352e55c0881eb59033143711a"
license "GPL-3.0-or-later"

livecheck do
Expand All @@ -24,6 +24,7 @@
depends_on "go" => :build
depends_on "pkgconf" => :build
depends_on "abseil"
depends_on "dlib"
depends_on "json-c"
depends_on "libuv"
depends_on "libyaml"
Expand All @@ -49,7 +50,7 @@
depends_on "zstd"
end

def install

Check failure on line 53 in Formula/n/netdata.rb

View workflow job for this annotation

GitHub Actions / Linux x86_64

`brew install --verbose --formula --build-bottle netdata` failed on Linux x86_64!

::error::netdata 2.4.0 did not build

Check failure on line 53 in Formula/n/netdata.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

`brew install --verbose --formula --build-bottle netdata` failed on macOS Sequoia (15) on Apple Silicon!

::error::netdata 2.4.0 did not build

Check failure on line 53 in Formula/n/netdata.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

`brew install --verbose --formula --build-bottle netdata` failed on macOS Sonoma (14) on Apple Silicon!

::error::netdata 2.4.0 did not build

Check failure on line 53 in Formula/n/netdata.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

`brew install --verbose --formula --build-bottle netdata` failed on macOS Ventura (13) on Apple Silicon!

::error::netdata 2.4.0 did not build

Check failure on line 53 in Formula/n/netdata.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

`brew install --verbose --formula --build-bottle netdata` failed on macOS Ventura (13)!

::error::netdata 2.4.0 did not build

Check failure on line 53 in Formula/n/netdata.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

`brew install --verbose --formula --build-bottle netdata` failed on macOS Sonoma (14)!

::error::netdata 2.4.0 did not build
# Install files using Homebrew's directory layout rather than relative to root.
inreplace "packaging/cmake/Modules/NetdataEBPFLegacy.cmake", "DESTINATION usr/", "DESTINATION "
inreplace "CMakeLists.txt" do |s|
Expand Down
Loading