File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff 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]'
You can’t perform that action at this time.
0 commit comments