mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 10:38:42 +01:00
Merge #18905: travis: Remove s390x
8c705ff129
travis: Remove s390x (MarcoFalke)
Pull request description:
Fixes #18868
Fixes #18016
Top commit has no ACKs.
Tree-SHA512: 1007b761c7e01dd2b75aa34e92e01a92a84a100c0a3a53863c755d93b2438a74601e3f2083919b8a9cfc92fb104d0c8415fad3f6c9504c76b02ad2e9712660c0
This commit is contained in:
commit
f54753293f
20
.travis.yml
20
.travis.yml
@ -88,26 +88,6 @@ jobs:
|
|||||||
FILE_ENV="./ci/test/00_setup_env_arm.sh"
|
FILE_ENV="./ci/test/00_setup_env_arm.sh"
|
||||||
QEMU_USER_CMD=""
|
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
|
# s390 build was disabled temporarily because of disk space issues on the Travis VM
|
||||||
#
|
#
|
||||||
# - stage: test
|
# - stage: test
|
||||||
|
@ -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"
|
|
Loading…
Reference in New Issue
Block a user