File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -160,10 +160,10 @@ task:
160
160
FILE_ENV : " ./ci/test/00_setup_env_native_nowallet.sh"
161
161
162
162
task :
163
- name : ' macOS 10.14 [gui, no tests] [bionic ]'
163
+ name : ' macOS 10.14 [gui, no tests] [focal ]'
164
164
<< : *GLOBAL_TASK_TEMPLATE
165
165
container :
166
- image : ubuntu:bionic
166
+ image : ubuntu:focal
167
167
env :
168
168
FILE_ENV : " ./ci/test/00_setup_env_mac.sh"
169
169
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export LC_ALL=C.UTF-8
9
9
export CONTAINER_NAME=ci_macos_cross
10
10
export DOCKER_NAME_TAG=ubuntu:20.04 # Check that Focal can cross-compile to macos (Focal is used in the gitian build as well)
11
11
export HOST=x86_64-apple-darwin18
12
- export PACKAGES=" cmake imagemagick libcap-dev librsvg2-bin libz-dev libbz2-dev libtiff-tools python3-dev python3-setuptools xorriso"
12
+ export PACKAGES=" cmake imagemagick libcap-dev librsvg2-bin libz-dev libbz2-dev libtiff-tools libtinfo5 python3-dev python3-setuptools xorriso"
13
13
export XCODE_VERSION=11.3.1
14
14
export XCODE_BUILD_ID=11C505
15
15
export RUN_UNIT_TESTS=false
You can’t perform that action at this time.
0 commit comments