Unverified Commit 5ca5dea7 authored by Aaron Jheng's avatar Aaron Jheng
Browse files

prometheus-rabbitmq-exporter: fix build on Darwin

parent 0d78a5a4
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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";