aboutsummaryrefslogtreecommitdiff
path: root/ci/test
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-05-07 10:26:53 -0400
committerMarcoFalke <falke.marco@gmail.com>2020-05-07 10:26:59 -0400
commitf54753293fe7355e4280944d766f22054b560ba1 (patch)
tree0df3f5b315b238434efcd17d861810c60bd93abc /ci/test
parent56611b0e240529d88ad5fa41e8da1bb1c2a570ed (diff)
parent8c705ff1291ef7876ab1a939e2c7312aacc3dc37 (diff)
downloadbitcoin-f54753293fe7355e4280944d766f22054b560ba1.tar.xz
Merge #18905: travis: Remove s390x
8c705ff1291ef7876ab1a939e2c7312aacc3dc37 travis: Remove s390x (MarcoFalke) Pull request description: Fixes #18868 Fixes #18016 Top commit has no ACKs. Tree-SHA512: 1007b761c7e01dd2b75aa34e92e01a92a84a100c0a3a53863c755d93b2438a74601e3f2083919b8a9cfc92fb104d0c8415fad3f6c9504c76b02ad2e9712660c0
Diffstat (limited to 'ci/test')
-rw-r--r--ci/test/00_setup_env_s390x_host.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/ci/test/00_setup_env_s390x_host.sh b/ci/test/00_setup_env_s390x_host.sh
deleted file mode 100644
index 3e31867f2f..0000000000
--- a/ci/test/00_setup_env_s390x_host.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/usr/bin/env bash
-#
-# Copyright (c) 2019-2020 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=s390x-linux-gnu
-export NO_DEPENDS=1
-export BITCOIN_CONFIG="--with-incompatible-bdb --enable-reduce-exports"
-export RUN_UNIT_TESTS=true
-export RUN_FUNCTIONAL_TESTS=true
-export GOAL="install"