We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58f1e0e commit 02ff113Copy full SHA for 02ff113
Formula/n/netdata.rb
@@ -52,6 +52,12 @@ class Netdata < Formula
52
depends_on "zstd"
53
end
54
55
+ # Backport fix for arm64 linux
56
+ patch do
57
+ url "https://github.com/netdata/netdata/commit/e8d12d47bf6b9c3105363ccafaa53cdc80b2237b.patch?full_index=1"
58
+ sha256 "b4a541f1528083665e29a5aa4d89786008114ea400aec8ae94d43e34ea7e3944"
59
+ end
60
+
61
def install
62
# Fix to error: no member named 'tcps_sc_zonefail' in 'struct tcpstat'
63
# Issue ref: https://github.com/netdata/netdata/issues/20985
0 commit comments