We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b1e289 commit 8c705ffCopy full SHA for 8c705ff
.travis.yml
@@ -88,26 +88,6 @@ jobs:
88
FILE_ENV="./ci/test/00_setup_env_arm.sh"
89
QEMU_USER_CMD=""
90
91
- - stage: test
92
- name: 's390x native BE [GOAL: install] [bionic] [no depends, no GUI]'
93
- arch: s390x
94
- dist: bionic
95
- addons:
96
- apt:
97
- packages:
98
- - bsdmainutils
99
- - libboost-filesystem-dev
100
- - libboost-system-dev
101
- - libboost-test-dev
102
- - libboost-thread-dev
103
- - libdb++-dev
104
- - libdb-dev
105
- - libevent-dev
106
- env: >-
107
- DANGER_RUN_CI_ON_HOST=true
108
- CI_USE_APT_INSTALL=no
109
- FILE_ENV="./ci/test/00_setup_env_s390x_host.sh"
110
-
111
# s390 build was disabled temporarily because of disk space issues on the Travis VM
112
#
113
# - stage: test
ci/test/00_setup_env_s390x_host.sh
0 commit comments