Skip to content

Commit e944b0e

Browse files
committed
ci: Use Qt 6 on macOS 12 native task
1 parent 13a3e1b commit e944b0e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ task:
308308
task:
309309
name: 'macOS 12 native [gui, system sqlite only] [no depends]'
310310
brew_install_script:
311-
- brew install boost libevent qt@5 miniupnpc libnatpmp ccache zeromq qrencode libtool automake gnu-getopt
311+
- brew install boost libevent qt@6 miniupnpc libnatpmp ccache zeromq qrencode libtool automake gnu-getopt
312312
<< : *GLOBAL_TASK_TEMPLATE
313313
macos_instance:
314314
# Use latest image, but hardcode version to avoid silent upgrades (and breaks)

ci/test/00_setup_env_mac_host.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ export LC_ALL=C.UTF-8
99
export HOST=x86_64-apple-darwin
1010
export PIP_PACKAGES="zmq lief"
1111
export GOAL="install"
12-
export BITCOIN_CONFIG="--with-gui --enable-reduce-exports"
12+
export BITCOIN_CONFIG="--with-gui=qt6 --enable-reduce-exports"
13+
export NO_WERROR=1
1314
export CI_OS_NAME="macos"
1415
export NO_DEPENDS=1
1516
export OSX_SDK=""

0 commit comments

Comments
 (0)