Skip to content

Commit

Permalink
Brewfile: freeze librabbitmq-c version to 0.11.0
Browse files Browse the repository at this point in the history
0.12.0 broke the pc file version, which breaks our minimum version
check. Once it is fixed, we should remove the freeze.

alanxz/rabbitmq-c#755

Signed-off-by: Attila Szakacs <szakacs.attila96@gmail.com>
  • Loading branch information
alltilla committed Feb 3, 2023
1 parent 0413da7 commit f9f9161
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contrib/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit f9f9161

Please sign in to comment.