mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
Merge #21663: ci: Fix macOS brew install command
b7381552cd4f965c45f1560d9cfc2fb09dbfcc1d ci: Fix macOS brew install command (Hennadii Stepanov)
Pull request description:
A solution for https://bintray.com shutdown.
Details: https://github.com/Homebrew/discussions/discussions/691.
ACKs for top commit:
jamesob:
ACK b7381552cd
Tree-SHA512: 4570c297421ae66043348acbe2f1e50b000e700406b38bc813c80714d4f109c6cadecff571ecbd8c2f0094ebdc959486fc55022ba6545bd592683a421e9c0655
This commit is contained in:
parent
f708101978
commit
ef92c3065c
@ -157,8 +157,9 @@ task:
|
|||||||
|
|
||||||
task:
|
task:
|
||||||
name: 'macOS 11 native [gui] [no depends]'
|
name: 'macOS 11 native [gui] [no depends]'
|
||||||
macos_brew_addon_script:
|
brew_install_script:
|
||||||
- brew install boost libevent berkeley-db4 qt miniupnpc ccache zeromq qrencode sqlite libtool automake pkg-config gnu-getopt
|
- brew update
|
||||||
|
- brew install boost libevent berkeley-db4 qt@5 miniupnpc ccache zeromq qrencode sqlite libtool automake pkg-config gnu-getopt
|
||||||
<< : *GLOBAL_TASK_TEMPLATE
|
<< : *GLOBAL_TASK_TEMPLATE
|
||||||
macos_instance:
|
macos_instance:
|
||||||
# Use latest image, but hardcode version to avoid silent upgrades (and breaks)
|
# Use latest image, but hardcode version to avoid silent upgrades (and breaks)
|
||||||
|
Loading…
Reference in New Issue
Block a user