diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-12-10 09:13:17 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-12-10 09:13:21 +0100 |
commit | d5724b8c6a1f542edc0b02b6bd069121e2cd2542 (patch) | |
tree | 653477740beecee4750397260c39de1b4a54aaa3 /.cirrus.yml | |
parent | 6cd1e0f3416fc88240eb37a99a56d2900292f1c0 (diff) | |
parent | fad2e0a36a56222ec6284a03f374e80527701d15 (diff) |
Merge bitcoin/bitcoin#23682: ci: Make macOS native task sqlite only
fad2e0a36a56222ec6284a03f374e80527701d15 ci: Make macOS native task sqlite only (MarcoFalke)
Pull request description:
There are many sqlite-only test failures (#23563, #23562), so make one CI task sqlite-only.
Obviously this removes bdb coverage from macOS, but I don't expect this to break very often.
ACKs for top commit:
fanquake:
ACK fad2e0a36a56222ec6284a03f374e80527701d15 - clearly worthwhile having a sqlite only CI given the amount of bugs this has turned up in the past week or so. Tested running the functional tests with a `--without-bdb` build on macOS and Linux.
Tree-SHA512: d88ad576bbe974a51a2d115e4102fc1bd73772b7393dfa99700fbfd1bdf5deebbf247e35d09757639649a6ad5b193c0998c7db679301a7c012572dfd54a6a289
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 2cebee4744..f35da3882e 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -282,9 +282,9 @@ task: FILE_ENV: "./ci/test/00_setup_env_mac.sh" task: - name: 'macOS 11 native [gui] [no depends]' + name: 'macOS 11 native [gui, sqlite only] [no depends]' brew_install_script: - - brew install boost libevent berkeley-db@4 qt@5 miniupnpc libnatpmp ccache zeromq qrencode sqlite libtool automake pkg-config gnu-getopt + - brew install boost libevent 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) |