summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJun Aruga <jaruga@redhat.com>2024-01-30 15:25:35 +0100
committerJun Aruga <junaruga@users.noreply.github.com>2024-01-30 16:22:05 +0100
commit846f87ee0aad77424ce513f0b45a19d50050770f (patch)
tree9c1498bce2f44e1fa1037aa3ed3a3299cf454fd2 /.travis.yml
parent4e72c9af8700776397525d3a4b466f35b6531a6b (diff)
.travis.yml: Drop s390x temporarily.
The s390x pipelines are timeout (50 minutes) on both master and ruby_3_3 branches. Drop it temporarily. * https://app.travis-ci.com/github/ruby/ruby/builds/268617296 * https://app.travis-ci.com/github/ruby/ruby/builds/268615249
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 741c0a32ef..f9ea126cc5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -106,7 +106,9 @@ matrix:
include:
- <<: *arm64-linux
- <<: *ppc64le-linux
- - <<: *s390x-linux
+ # FIXME: The job fails with exceeding the maximum time limit 50 minutes.
+ # https://bugs.ruby-lang.org/issues/20013#note-13
+ # - <<: *s390x-linux
# FIXME: lib/rubygems/util.rb:104 glob_files_in_dir -
# <internal:dir>:411:in glob: File name too long - (Errno::ENAMETOOLONG)
# https://github.com/rubygems/rubygems/issues/7132