Skip to content

Commit d5724b8

Browse files
author
MarcoFalke
committed
Merge bitcoin/bitcoin#23682: ci: Make macOS native task sqlite only
fad2e0a 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 fad2e0a - 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
2 parents 6cd1e0f + fad2e0a commit d5724b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,9 @@ task:
282282
FILE_ENV: "./ci/test/00_setup_env_mac.sh"
283283

284284
task:
285-
name: 'macOS 11 native [gui] [no depends]'
285+
name: 'macOS 11 native [gui, sqlite only] [no depends]'
286286
brew_install_script:
287-
- brew install boost libevent berkeley-db@4 qt@5 miniupnpc libnatpmp ccache zeromq qrencode sqlite libtool automake pkg-config gnu-getopt
287+
- brew install boost libevent qt@5 miniupnpc libnatpmp ccache zeromq qrencode sqlite libtool automake pkg-config gnu-getopt
288288
<< : *GLOBAL_TASK_TEMPLATE
289289
osx_instance:
290290
# Use latest image, but hardcode version to avoid silent upgrades (and breaks)

0 commit comments

Comments
 (0)