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