Skip to content

Commit fae6561

Browse files
author
MarcoFalke
committed
travis: Re-enable s390x
1 parent 24ead1a commit fae6561

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)