File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed
Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -314,16 +314,16 @@ task:
314314 FILE_ENV : " ./ci/test/00_setup_env_mac.sh"
315315
316316task :
317- name : ' macOS 12 native x86_64 [gui, system sqlite] [no depends]'
317+ name : ' macOS 13 native arm64 [gui, sqlite only ] [no depends]'
318318 macos_instance :
319319 # Use latest image, but hardcode version to avoid silent upgrades (and breaks)
320- image : monterey-xcode-13.3 # https://cirrus-ci.org/guide/macOS
320+ image : ghcr.io/cirruslabs/macos-ventura-xcode:14.1 # https://cirrus-ci.org/guide/macOS
321321 << : *MACOS_NATIVE_TASK_TEMPLATE
322322 env :
323323 << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
324324 CI_USE_APT_INSTALL : " no"
325325 PACKAGE_MANAGER_INSTALL : " echo" # Nothing to do
326- FILE_ENV : " ./ci/test/00_setup_env_mac_native_x86_64 .sh"
326+ FILE_ENV : " ./ci/test/00_setup_env_mac_native_arm64 .sh"
327327
328328# task:
329329# name: 'ARM64 Android APK [focal]'
Original file line number Diff line number Diff line change 66
77export LC_ALL=C.UTF-8
88
9- export HOST=x86_64 -apple-darwin
10- export PIP_PACKAGES=" zmq lief "
9+ export HOST=arm64 -apple-darwin
10+ export PIP_PACKAGES=" zmq"
1111export GOAL=" install"
12- export SYSCOIN_CONFIG=" --with-gui --enable-reduce-exports"
12+ export SYSCOIN_CONFIG=" --with-gui --with-miniupnpc --with-natpmp -- enable-reduce-exports"
1313export CI_OS_NAME=" macos"
1414export TEST_RUNNER_EXTRA=" --exclude interface_zmq_nevm,feature_llmqsimplepose"
1515export NO_DEPENDS=1
1616export OSX_SDK=" "
1717export CCACHE_SIZE=300M
18- export RUN_SECURITY_TESTS=" true"
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ if [ -n "$PIP_PACKAGES" ]; then
7878 if [ " $CI_OS_NAME " == " macos" ]; then
7979 sudo -H pip3 install --upgrade pip
8080 # shellcheck disable=SC2086
81- IN_GETOPT_BIN=" /usr/local/opt/ gnu-getopt/bin/getopt" ${CI_RETRY_EXE} pip3 install --user $PIP_PACKAGES
81+ IN_GETOPT_BIN=" $( brew --prefix gnu-getopt) /bin/getopt" ${CI_RETRY_EXE} pip3 install --user $PIP_PACKAGES
8282 else
8383 # shellcheck disable=SC2086
8484 ${CI_RETRY_EXE} CI_EXEC pip3 install --user $PIP_PACKAGES
You can’t perform that action at this time.
0 commit comments