Skip to content

Commit a41ae68

Browse files
author
MarcoFalke
committed
Merge #19613: travis: Re-enable s390x
fae6561 travis: Re-enable s390x (MarcoFalke) Pull request description: According to travis, the issue has been solved. Quote > I would like to confirm that we have resolved this issue and most of our users are reported that this issue has been resolved on their end as well. Could you please re-check and see if that still exists for you? ACKs for top commit: theStack: ACK bitcoin/bitcoin@fae6561 Tree-SHA512: cf42f96d25474a9dcf0817a049e30e29714731d708f73c40a3042b0c70a71ff08f07dd96a89f0dcd5a50a63a355cf30b3511172a32b8af7d5a2e13ad222a4b49
2 parents 24ead1a + fae6561 commit a41ae68

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.travis.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,12 @@ jobs:
7272
FILE_ENV="./ci/test/00_setup_env_arm.sh"
7373
QEMU_USER_CMD=""
7474
75-
# s390 build was disabled temporarily because of disk space issues on the Travis VM
76-
#
77-
# - stage: test
78-
# name: 'S390x [GOAL: install] [buster] [unit tests, functional tests]'
79-
# arch: s390x # Can disable QEMU_USER_CMD and run the tests natively without qemu
80-
# env: >-
81-
# FILE_ENV="./ci/test/00_setup_env_s390x.sh"
82-
# QEMU_USER_CMD=""
75+
- stage: test
76+
name: 'S390x [GOAL: install] [buster] [unit tests, functional tests]'
77+
arch: s390x # Can disable QEMU_USER_CMD and run the tests natively without qemu
78+
env: >-
79+
FILE_ENV="./ci/test/00_setup_env_s390x.sh"
80+
QEMU_USER_CMD=""
8381
8482
- stage: test
8583
name: 'Win64 [GOAL: deploy] [unit tests, no gui, no functional tests]'

0 commit comments

Comments
 (0)