File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -312,16 +312,16 @@ task:
312
312
FILE_ENV : " ./ci/test/00_setup_env_mac.sh"
313
313
314
314
task :
315
- name : ' macOS 12 native x86_64 [gui, system sqlite] [no depends]'
315
+ name : ' macOS 13 native arm64 [gui, sqlite only ] [no depends]'
316
316
macos_instance :
317
317
# Use latest image, but hardcode version to avoid silent upgrades (and breaks)
318
- image : monterey-xcode-13.3 # https://cirrus-ci.org/guide/macOS
318
+ image : ghcr.io/cirruslabs/macos-ventura-xcode:14.1 # https://cirrus-ci.org/guide/macOS
319
319
<< : *MACOS_NATIVE_TASK_TEMPLATE
320
320
env :
321
321
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
322
322
CI_USE_APT_INSTALL : " no"
323
323
PACKAGE_MANAGER_INSTALL : " echo" # Nothing to do
324
- FILE_ENV : " ./ci/test/00_setup_env_mac_native_x86_64 .sh"
324
+ FILE_ENV : " ./ci/test/00_setup_env_mac_native_arm64 .sh"
325
325
326
326
task :
327
327
name : ' ARM64 Android APK [focal]'
Original file line number Diff line number Diff line change 6
6
7
7
export LC_ALL=C.UTF-8
8
8
9
- export HOST=x86_64 -apple-darwin
10
- export PIP_PACKAGES=" zmq lief "
9
+ export HOST=arm64 -apple-darwin
10
+ export PIP_PACKAGES=" zmq"
11
11
export GOAL=" install"
12
- export BITCOIN_CONFIG=" --with-gui --enable-reduce-exports"
12
+ export BITCOIN_CONFIG=" --with-gui --with-miniupnpc --with-natpmp -- enable-reduce-exports"
13
13
export CI_OS_NAME=" macos"
14
14
export NO_DEPENDS=1
15
15
export OSX_SDK=" "
16
16
export CCACHE_SIZE=300M
17
- export RUN_SECURITY_TESTS=" true"
You can’t perform that action at this time.
0 commit comments