forked from aniani/vim
patch 8.2.1402: s390x tests always fail
Problem: s390x tests always fail. Solution: Temporarily disable s390x tests.
This commit is contained in:
13
.travis.yml
13
.travis.yml
@@ -208,12 +208,13 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
- *normal
|
- *normal
|
||||||
- *shadowopt
|
- *shadowopt
|
||||||
- <<: *linux
|
# Temporarily disabled, always fails
|
||||||
arch: s390x
|
#- <<: *linux
|
||||||
name: huge/gcc-s390x
|
# arch: s390x
|
||||||
compiler: gcc
|
# name: huge/gcc-s390x
|
||||||
env: *linux-huge
|
# compiler: gcc
|
||||||
services: []
|
# env: *linux-huge
|
||||||
|
# services: []
|
||||||
- <<: *linux
|
- <<: *linux
|
||||||
arch: arm64
|
arch: arm64
|
||||||
name: huge/gcc-arm64
|
name: huge/gcc-arm64
|
||||||
|
@@ -754,6 +754,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1402,
|
||||||
/**/
|
/**/
|
||||||
1401,
|
1401,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user