Skip to content

Commit 83d75f6

Browse files
committed
.travis.yml: Upgrade the used Ubuntu s390x to 22.04 (Jammy).
Upgrade the used Ubuntu version from 20.04 (Focal) to 22.04 (Jammy), alignin with RubyCI "s390x (Ubuntu)" server. https://rubyci.org/ Note Travis CI supports Ubuntu 22.04 (Jammy). https://docs.travis-ci.com/user/reference/jammy/ Set `DFLTCC=0` environment variable as a workaround to avoid the test failures related to zlib in the `make test-all` and `make test-spec`. The failures can happen with the zlib library applying the patch madler/zlib#410 to enable the deflate algorithm producing a different compressed byte stream.
1 parent 4468b6e commit 83d75f6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,13 @@ env:
8787
- &s390x-linux
8888
name: s390x-linux
8989
arch: s390x
90+
dist: jammy
9091
compiler: gcc
92+
env:
93+
# Avoid possible test failures with the zlib applying the following patch
94+
# on s390x CPU architecture.
95+
# https://github.com/madler/zlib/pull/410
96+
- DFLTCC=0
9197

9298
- &arm32-linux
9399
name: arm32-linux

0 commit comments

Comments
 (0)