aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml20
-rw-r--r--ci/test/00_setup_env_s390x_host.sh14
2 files changed, 0 insertions, 34 deletions
diff --git a/.travis.yml b/.travis.yml
index 4f44069b67..ab066d093a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -88,26 +88,6 @@ jobs:
FILE_ENV="./ci/test/00_setup_env_arm.sh"
QEMU_USER_CMD=""
- - stage: test
- name: 's390x native BE [GOAL: install] [bionic] [no depends, no GUI]'
- arch: s390x
- dist: bionic
- addons:
- apt:
- packages:
- - bsdmainutils
- - libboost-filesystem-dev
- - libboost-system-dev
- - libboost-test-dev
- - libboost-thread-dev
- - libdb++-dev
- - libdb-dev
- - libevent-dev
- env: >-
- DANGER_RUN_CI_ON_HOST=true
- CI_USE_APT_INSTALL=no
- FILE_ENV="./ci/test/00_setup_env_s390x_host.sh"
-
# s390 build was disabled temporarily because of disk space issues on the Travis VM
#
# - stage: test
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"