1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00

Disable s390x builds on Travis-CI.

s390x has not been building for about a day which is clogging the integration branch.
This commit is contained in:
David Steele 2020-08-05 13:38:44 -04:00
parent 847e61ce21
commit 6fc25c7a69

View File

@ -61,11 +61,11 @@ jobs:
- env: PGB_CI="test --vm=co7 --param=module=mock --param=module=real"
# Basic unit tests only. Coverage testing is also disabled to save time.
- arch: s390x
dist: bionic
env:
- PGB_CI="test --vm=none --param=no-coverage --param=module=command --param=module=storage"
services:
# - arch: s390x
# dist: bionic
# env:
# - PGB_CI="test --vm=none --param=no-coverage --param=module=command --param=module=storage"
# services:
install:
- umask 0022 && cd ~ && pwd && whoami && umask && groups