Skip to content

Commit fac0517

Browse files
author
MarcoFalke
committed
travis: Remove s390x build
The build didn't find too many issues, and they are generally only endianness related, so easy to fix if they do make it into the main developement branch. With travis migrating its service, it fails too often intermittently. It might be more appropriate to run it manually once before every release.
1 parent f33e332 commit fac0517

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.travis.yml

-7
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,6 @@ jobs:
7272
FILE_ENV="./ci/test/00_setup_env_arm.sh"
7373
QEMU_USER_CMD=""
7474
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=""
81-
8275
- stage: test
8376
name: 'Win64 [GOAL: deploy] [unit tests, no gui, no boost::process, no functional tests]'
8477
env: >-

0 commit comments

Comments
 (0)