Unverified Commit 3a9f07dd authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #268514 from aaronjheng/prometheus-rabbitmq-exporter

prometheus-rabbitmq-exporter: fix build on Darwin
parents ab12fb4e 5ca5dea7
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";