File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -308,7 +308,7 @@ task:
308308task :
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)
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ export LC_ALL=C.UTF-8
99export HOST=x86_64-apple-darwin
1010export PIP_PACKAGES=" zmq lief"
1111export 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
1314export CI_OS_NAME=" macos"
1415export NO_DEPENDS=1
1516export OSX_SDK=" "
You can’t perform that action at this time.
0 commit comments