From f9f9161fdce069164bf607748cf3baf32bd8bd65 Mon Sep 17 00:00:00 2001 From: Attila Szakacs Date: Fri, 3 Feb 2023 10:11:48 +0100 Subject: [PATCH] Brewfile: freeze librabbitmq-c version to 0.11.0 0.12.0 broke the pc file version, which breaks our minimum version check. Once it is fixed, we should remove the freeze. https://github.com/alanxz/rabbitmq-c/issues/755 Signed-off-by: Attila Szakacs --- contrib/Brewfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/contrib/Brewfile b/contrib/Brewfile index 1419816ce1a..f340fec8aa1 100644 --- a/contrib/Brewfile +++ b/contrib/Brewfile @@ -22,7 +22,9 @@ brew "librdkafka" brew "mongo-c-driver" brew "net-snmp" brew "python@3", link: true, force: true -brew "rabbitmq-c" +# 0.12.0 broke the pc file version, which breaks our minimum version check. Once it is fixed, we should remove the freeze. +# https://github.com/alanxz/rabbitmq-c/issues/755 +brew "rabbitmq-c@0.11.0" brew "riemann-client" brew "criterion"