summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJun Aruga <jaruga@redhat.com>2023-11-03 14:20:14 +0100
committerJun Aruga <junaruga@users.noreply.github.com>2023-11-03 15:54:30 +0100
commite345bf31f885878f30c06a2fc2d3945bd47de244 (patch)
tree3faa06cc7c3674c40da2bf8ea7929a5f9c46466a /.travis.yml
parent47163f9cf9af6eb1f808b5a74784f9974a331a4e (diff)
.travis.yml: s390x: Use GCC 11.4.0.
Use GCC version 11.4.0 (gcc-11 package) instead of the default GCC 11.3.0 to align with the GCC used in the RubyCI s390x server below. ``` $ /usr/bin/gcc --version gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. $ ls -l /usr/bin/gcc lrwxrwxrwx 1 root root 6 Aug 5 2021 /usr/bin/gcc -> gcc-11* $ dpkg -S /usr/bin/gcc-11 gcc-11: /usr/bin/gcc-11 ``` Ubuntu Jammy gcc-11: https://packages.ubuntu.com/jammy-updates/gcc-11
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index baefc4cd28..1159d7cb2e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -64,7 +64,7 @@ env:
- &s390x-linux
name: s390x-linux
arch: s390x
- compiler: gcc
+ <<: *gcc-11
env:
# Avoid possible test failures with the zlib applying the following patch
# on s390x CPU architecture.