mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
grafana-agent: mark broken
Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
parent
8a528b3fc8
commit
14b235a1fb
1 changed files with 6 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
buildGo122Module,
|
buildGoModule,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchYarnDeps,
|
fetchYarnDeps,
|
||||||
fixup-yarn-lock,
|
fixup-yarn-lock,
|
||||||
|
@ -14,9 +14,7 @@
|
||||||
yarn,
|
yarn,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
# Breaks with Go 1.23: https://github.com/grafana/agent/issues/6972
|
buildGoModule rec {
|
||||||
# FIXME: unpin when fixed upstream
|
|
||||||
buildGo122Module rec {
|
|
||||||
pname = "grafana-agent";
|
pname = "grafana-agent";
|
||||||
version = "0.44.2";
|
version = "0.44.2";
|
||||||
|
|
||||||
|
@ -130,5 +128,9 @@ buildGo122Module rec {
|
||||||
emilylange
|
emilylange
|
||||||
];
|
];
|
||||||
mainProgram = "grafana-agent";
|
mainProgram = "grafana-agent";
|
||||||
|
# Breaks with Go 1.23: https://github.com/grafana/agent/issues/6972
|
||||||
|
# Binary panics at runtime with:
|
||||||
|
# 'panic: pattern "GET /debug/pprof/" (registered at net/http/pprof/pprof.go:100) conflicts with pattern "/debug/pprof/delta_heap"'
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue