File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -351,7 +351,6 @@ matrix:
351
351
sudo : required
352
352
dist : xenial
353
353
- os : linux
354
- arch : s390x
355
354
env : SWIGLANG=ruby CPP11=1
356
355
sudo : required
357
356
dist : xenial
@@ -415,6 +414,11 @@ matrix:
415
414
env : SWIGLANG=python GCC=9 CPP17=1 PY3=3 VER=3.8
416
415
sudo : required
417
416
dist : xenial
417
+ - os : linux
418
+ arch : s390x
419
+ env : SWIGLANG=ruby CPP11=1
420
+ sudo : required
421
+ dist : xenial
418
422
- compiler : gcc
419
423
os : osx
420
424
env : SWIGLANG=
@@ -464,6 +468,12 @@ matrix:
464
468
osx_image : xcode10.2
465
469
466
470
allow_failures :
471
+ # li_std_wstring failure see https://github.com/swig/swig/pull/1803
472
+ - os : linux
473
+ arch : s390x
474
+ env : SWIGLANG=ruby CPP11=1
475
+ sudo : required
476
+ dist : xenial
467
477
# Newer version of D not yet working/supported
468
478
- compiler : gcc
469
479
os : linux
You can’t perform that action at this time.
0 commit comments