From 846f87ee0aad77424ce513f0b45a19d50050770f Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Tue, 30 Jan 2024 15:25:35 +0100 Subject: [PATCH] .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 --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 - # :411:in glob: File name too long - (Errno::ENAMETOOLONG) # https://github.com/rubygems/rubygems/issues/7132