aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-05-07 09:58:57 -0400
committerWladimir J. van der Laan <laanwj@protonmail.com>2020-05-14 17:41:16 +0200
commitaa7c6858e6e480eb841195bdaf2ee0185f17f9a7 (patch)
tree03db0bb286d2255a93ceaa13e131b905133c7844
parent7d87ba0e022796b42d6c17b59bb735c94dd6e045 (diff)
downloadbitcoin-aa7c6858e6e480eb841195bdaf2ee0185f17f9a7.tar.xz
travis: Remove s390x
Github-Pull: #18905 Rebased-From: 8c705ff1291ef7876ab1a939e2c7312aacc3dc37 Tree-SHA512: b45e091f00237b96263a967a52ce35bb4782b41a9c69314b30337ca46e9b9a1ed9a9415a30ea5195625e3cc3b231f194a5e097f78cf7159f8090c1e7c826b221
-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 6109731013..aec1569a5d 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 8f3063604e..0000000000
--- a/ci/test/00_setup_env_s390x_host.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/usr/bin/env bash
-#
-# Copyright (c) 2019 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"