aboutsummaryrefslogtreecommitdiff
path: root/ci/test/00_setup_env_mac.sh
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2021-01-29 09:48:05 +0800
committerfanquake <fanquake@gmail.com>2021-02-03 21:39:54 +0800
commit5baff2b31840bdbc465f55b875aa6e9480288215 (patch)
treec87164b9e1d5e8c2e7f60921ee8496e54e4891af /ci/test/00_setup_env_mac.sh
parentea96e17e1f2c2b0a949366260906ef02e560a425 (diff)
downloadbitcoin-5baff2b31840bdbc465f55b875aa6e9480288215.tar.xz
build: use focal in gitian descriptors
Compilers used change as follows: Linux native GCC 7.5 -> GCC 8.4 Linux cross GCC 8.4 -> GCC 8.4 Windows mingw-w64 7.3 -> mingw-w64 9.3 macOS Clang 8.0.0 -> Clang 8.0.0 The macOS and Win cross builds in the CI are updated to use Focal, and per the op, running the security tests is disabled in the Windows build.
Diffstat (limited to 'ci/test/00_setup_env_mac.sh')
-rw-r--r--ci/test/00_setup_env_mac.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/00_setup_env_mac.sh b/ci/test/00_setup_env_mac.sh
index b0de2ec0bb..7075484bd5 100644
--- a/ci/test/00_setup_env_mac.sh
+++ b/ci/test/00_setup_env_mac.sh
@@ -7,7 +7,7 @@
export LC_ALL=C.UTF-8
export CONTAINER_NAME=ci_macos_cross
-export DOCKER_NAME_TAG=ubuntu:18.04 # Check that bionic can cross-compile to macos (bionic is used in the gitian build as well)
+export DOCKER_NAME_TAG=ubuntu:20.04 # Check that Focal can cross-compile to macos (Focal is used in the gitian build as well)
export HOST=x86_64-apple-darwin18
export PACKAGES="cmake imagemagick libcap-dev librsvg2-bin libz-dev libbz2-dev libtiff-tools python3-dev python3-setuptools xorriso"
export XCODE_VERSION=11.3.1