Skip to content

Commit

Permalink
ci: Fix macOS brew install command
Browse files Browse the repository at this point in the history
Details: Homebrew/discussions#691

bitcoin/bitcoin#21663 (1/1)

Conflicts: .cirrus.yml; had to remove libnatpnp which was added upstream
 in bitcoin/bitcoin#18077 which is a much larger
 PR that we are NOT backporting.
  • Loading branch information
hebasto authored and apoelstra committed Jul 11, 2021
1 parent a7ecf1a commit fdfc181
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .cirrus.yml
Expand Up @@ -153,8 +153,9 @@ task:

task:
name: 'macOS 11 native [gui] [no depends]'
macos_brew_addon_script:
- brew install boost libevent berkeley-db4 qt miniupnpc ccache zeromq qrencode sqlite libtool automake pkg-config gnu-getopt
brew_install_script:
- brew update
- brew install boost libevent berkeley-db4 qt@5 miniupnpc ccache zeromq qrencode sqlite libtool automake pkg-config gnu-getopt
<< : *GLOBAL_TASK_TEMPLATE
osx_instance:
# Use latest image, but hardcode version to avoid silent upgrades (and breaks)
Expand Down

0 comments on commit fdfc181

Please sign in to comment.