File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 7
7
export LC_ALL=C.UTF-8
8
8
9
9
export CONTAINER_NAME=ci_macos_cross
10
+ export DOCKER_NAME_TAG=ubuntu:18.04 # Check that bionic can cross-compile to macos (bionic is used in the gitian build as well)
10
11
export HOST=x86_64-apple-darwin16
11
12
export PACKAGES=" cmake imagemagick libcap-dev librsvg2-bin libz-dev libbz2-dev libtiff-tools python3-dev python3-setuptools"
12
13
export XCODE_VERSION=11.3.1
Original file line number Diff line number Diff line change 7
7
export LC_ALL=C.UTF-8
8
8
9
9
export HOST=x86_64-apple-darwin16
10
- export DOCKER_NAME_TAG=ubuntu:18.04 # Check that bionic can cross-compile to macos (bionic is used in the gitian build as well)
11
10
export PIP_PACKAGES=" zmq"
12
11
export GOAL=" install"
13
12
export BITCOIN_CONFIG=" --with-gui --enable-reduce-exports --enable-werror --with-boost-process"
You can’t perform that action at this time.
0 commit comments