Skip to content

Commit

Permalink
github-actions/macos: temporarily disable amqp
Browse files Browse the repository at this point in the history
rabbitmq-c 0.12.0 broke the pc file version, which breaks our minimum
version check. Once it is fixed, we should reenable amqp.

alanxz/rabbitmq-c#755

Signed-off-by: Attila Szakacs <szakacs.attila96@gmail.com>
  • Loading branch information
alltilla committed Feb 3, 2023
1 parent acd4f31 commit 0d7a5fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
--with-python=3
"
# rabbitmq-c 0.12.0 broke the pc file version, which breaks our minimum version check. Once it is fixed, we should reenable amqp.
# https://github.com/alanxz/rabbitmq-c/issues/755
CONFIGURE_FLAGS="${CONFIGURE_FLAGS} --disable-amqp"
gh_export PYTHONUSERBASE PKG_CONFIG_PATH THREADS CONFIGURE_FLAGS
gh_path "${HOMEBREW_PREFIX}/opt/bison/bin:${HOMEBREW_PREFIX}/opt/libnet/bin:${PYTHONUSERBASE}/bin:${HOMEBREW_PREFIX}/opt/net-snmp/bin"
Expand Down

0 comments on commit 0d7a5fb

Please sign in to comment.