Skip to content

Commit fafce1a

Browse files
author
MarcoFalke
committed
ci: Move documentation to correct config file
1 parent 7e37329 commit fafce1a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ci/test/00_setup_env_mac.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
export LC_ALL=C.UTF-8
88

99
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)
1011
export HOST=x86_64-apple-darwin16
1112
export PACKAGES="cmake imagemagick libcap-dev librsvg2-bin libz-dev libbz2-dev libtiff-tools python3-dev python3-setuptools"
1213
export XCODE_VERSION=11.3.1

ci/test/00_setup_env_mac_host.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
export LC_ALL=C.UTF-8
88

99
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)
1110
export PIP_PACKAGES="zmq"
1211
export GOAL="install"
1312
export BITCOIN_CONFIG="--with-gui --enable-reduce-exports --enable-werror --with-boost-process"

0 commit comments

Comments
 (0)