prometheus-rabbitmq-exporter: fix build on Darwin
This commit is contained in:
parent
0d78a5a4a9
commit
5ca5dea7cb
1 changed files with 7 additions and 0 deletions
|
@ -13,6 +13,13 @@ buildGoModule rec {
|
||||||
|
|
||||||
vendorHash = "sha256-ER0vK0xYUbQT3bqUosQMFT7HBycb3U8oI4Eak72myzs=";
|
vendorHash = "sha256-ER0vK0xYUbQT3bqUosQMFT7HBycb3U8oI4Eak72myzs=";
|
||||||
|
|
||||||
|
ldflags = [ "-s" "-w" ];
|
||||||
|
|
||||||
|
checkFlags = [
|
||||||
|
# Disable flaky tests on Darwin
|
||||||
|
"-skip=TestWholeApp|TestExporter"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Prometheus exporter for RabbitMQ";
|
description = "Prometheus exporter for RabbitMQ";
|
||||||
homepage = "https://github.com/kbudde/rabbitmq_exporter";
|
homepage = "https://github.com/kbudde/rabbitmq_exporter";
|
||||||
|
|
Loading…
Reference in a new issue