From 0bb7a1f71db1d986ab824d114534fb7671024990 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Tue, 17 May 2022 20:57:55 +0200 Subject: ci: Improve naming related to "macOS 12 native x86_64" task --- ci/test/00_setup_env_mac_host.sh | 17 ----------------- ci/test/00_setup_env_mac_native_x86_64.sh | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100755 ci/test/00_setup_env_mac_host.sh create mode 100755 ci/test/00_setup_env_mac_native_x86_64.sh (limited to 'ci') diff --git a/ci/test/00_setup_env_mac_host.sh b/ci/test/00_setup_env_mac_host.sh deleted file mode 100755 index d176296e76..0000000000 --- a/ci/test/00_setup_env_mac_host.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env bash -# -# Copyright (c) 2019-2021 The Bitcoin Core developers -# Distributed under the MIT software license, see the accompanying -# file COPYING or http://www.opensource.org/licenses/mit-license.php. - -export LC_ALL=C.UTF-8 - -export HOST=x86_64-apple-darwin -export PIP_PACKAGES="zmq lief" -export GOAL="install" -export BITCOIN_CONFIG="--with-gui --enable-reduce-exports" -export CI_OS_NAME="macos" -export NO_DEPENDS=1 -export OSX_SDK="" -export CCACHE_SIZE=300M -export RUN_SECURITY_TESTS="true" diff --git a/ci/test/00_setup_env_mac_native_x86_64.sh b/ci/test/00_setup_env_mac_native_x86_64.sh new file mode 100755 index 0000000000..d176296e76 --- /dev/null +++ b/ci/test/00_setup_env_mac_native_x86_64.sh @@ -0,0 +1,17 @@ +#!/usr/bin/env bash +# +# Copyright (c) 2019-2021 The Bitcoin Core developers +# Distributed under the MIT software license, see the accompanying +# file COPYING or http://www.opensource.org/licenses/mit-license.php. + +export LC_ALL=C.UTF-8 + +export HOST=x86_64-apple-darwin +export PIP_PACKAGES="zmq lief" +export GOAL="install" +export BITCOIN_CONFIG="--with-gui --enable-reduce-exports" +export CI_OS_NAME="macos" +export NO_DEPENDS=1 +export OSX_SDK="" +export CCACHE_SIZE=300M +export RUN_SECURITY_TESTS="true" -- cgit v1.2.3