summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2023-09-08 20:44:46 +1200
committerGitHub <noreply@github.com>2023-09-08 20:44:46 +1200
commitbe21a056d229652ae5cf6926e96c1517aa43453f (patch)
tree4ed30d702d2aac426501a64825aaff4ab2e82efd /.travis.yml
parent15fd897629cc8743a468dfae55c06f4d70150f1e (diff)
Try default `gcc` 9.4.0 to see if it exhibits the same compiler bugs. (#8394)
* Revert "Extract `do_mutex_lock_check_interrupts` to try and fix `ppc64le`. (#8393)" This reverts commit 5184b40dd4dc446660cd35c3e53896324e95b317. * .travis.yml: Try default gcc 9.4.0 instead of gcc-10 in ppc64le and s390x. Use gcc 9.4.0 instead of gcc-10 to avoid the current failures by a possible GCC 10 compiler bug in the Travis ppc64le and s390x cases. And it also aligns with RubyCI Ubuntu ppc64le and s390x where the default gcc is used. --------- Co-authored-by: Jun Aruga <jaruga@ruby-lang.org>
Notes
Notes: Merged-By: ioquatix <samuel@codeotaku.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index c6054ae672..11ae8a9b45 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -82,12 +82,12 @@ env:
- &ppc64le-linux
name: ppc64le-linux
arch: ppc64le
- <<: *gcc-10
+ compiler: gcc
- &s390x-linux
name: s390x-linux
arch: s390x
- <<: *gcc-10
+ compiler: gcc
- &arm32-linux
name: arm32-linux