mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 02:33:24 -03:00
test: Disable s390 build on travis
Travis is consistently failing on s390 due to out of disk space issues, which causes false positives. Disable the s390 build for now until this is fixed some other way.
This commit is contained in:
parent
9e77726fb7
commit
b0a01299ed
1 changed files with 8 additions and 6 deletions
14
.travis.yml
14
.travis.yml
|
@ -88,12 +88,14 @@ jobs:
|
|||
FILE_ENV="./ci/test/00_setup_env_arm.sh"
|
||||
QEMU_USER_CMD="" # Can run the tests natively without qemu
|
||||
|
||||
- stage: test
|
||||
name: 'S390x [GOAL: install] [buster] [unit tests, functional tests]'
|
||||
arch: s390x
|
||||
env: >-
|
||||
FILE_ENV="./ci/test/00_setup_env_s390x.sh"
|
||||
QEMU_USER_CMD="" # Can run the tests natively without qemu
|
||||
# s390 build was disabled temporarily because of disk space issues on the Travis VM
|
||||
#
|
||||
# - stage: test
|
||||
# name: 'S390x [GOAL: install] [buster] [unit tests, functional tests]'
|
||||
# arch: s390x
|
||||
# env: >-
|
||||
# FILE_ENV="./ci/test/00_setup_env_s390x.sh"
|
||||
# QEMU_USER_CMD="" # Can run the tests natively without qemu
|
||||
|
||||
- stage: test
|
||||
name: 'Win64 [GOAL: deploy] [unit tests, no gui, no functional tests]'
|
||||
|
|
Loading…
Add table
Reference in a new issue