From fa0795f54dc5268bacc6acdfdbe23f9952a0e7d8 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Sun, 8 Nov 2020 11:28:24 +0100 Subject: ci: Replace TRAVIS_OS_NAME with CI_OS_NAME Also enable free disk space check unconditionally --- ci/test/00_setup_env_mac_host.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'ci/test/00_setup_env_mac_host.sh') diff --git a/ci/test/00_setup_env_mac_host.sh b/ci/test/00_setup_env_mac_host.sh index 45bf55ec57..a2e3af887c 100644 --- a/ci/test/00_setup_env_mac_host.sh +++ b/ci/test/00_setup_env_mac_host.sh @@ -10,6 +10,7 @@ export HOST=x86_64-apple-darwin16 export PIP_PACKAGES="zmq" export GOAL="install" export BITCOIN_CONFIG="--with-gui --enable-reduce-exports --enable-werror --with-boost-process" +export CI_OS_NAME="macos" export NO_DEPENDS=1 export OSX_SDK="" export CCACHE_SIZE=300M -- cgit v1.2.3