aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2021-11-21 17:57:58 +0800
committerfanquake <fanquake@gmail.com>2021-11-21 19:34:43 +0800
commitd0fe9c2180de4ea1549e5a22d6898d688de7f4dc (patch)
treee81e2d2b36367333cac163ae410cd0c17b93b83e /.cirrus.yml
parent368831371d97a642beb54b5c4eb6eb0fedaa16b4 (diff)
downloadbitcoin-d0fe9c2180de4ea1549e5a22d6898d688de7f4dc.tar.xz
build: don't check for deprecated berkeley-db4 package
Fixes: ```bash checking for brew... brew Warning: Use berkeley-db@4 instead of deprecated berkeley-db4 ```
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index eb44714df7..6cecb9b59a 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -284,7 +284,7 @@ task:
task:
name: 'macOS 11 native [gui] [no depends]'
brew_install_script:
- - brew install boost libevent berkeley-db4 qt@5 miniupnpc libnatpmp ccache zeromq qrencode sqlite libtool automake pkg-config gnu-getopt
+ - brew install boost libevent berkeley-db@4 qt@5 miniupnpc libnatpmp 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)