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 62a2325 commit 94f6c06Copy full SHA for 94f6c06
2 files changed
.travis.yml
@@ -208,12 +208,13 @@ jobs:
208
env:
209
- *normal
210
- *shadowopt
211
- - <<: *linux
212
- arch: s390x
213
- name: huge/gcc-s390x
214
- compiler: gcc
215
- env: *linux-huge
216
- services: []
+ # Temporarily disabled, always fails
+ #- <<: *linux
+ # arch: s390x
+ # name: huge/gcc-s390x
+ # compiler: gcc
+ # env: *linux-huge
217
+ # services: []
218
- <<: *linux
219
arch: arm64
220
name: huge/gcc-arm64
src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
754
755
static int included_patches[] =
756
{ /* Add new patch number below this line */
757
+/**/
758
+ 1402,
759
/**/
760
1401,
761
0 commit comments