From 816ce53a8ad86d886e57307cb181ebe3570366c7 Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Tue, 30 Jan 2024 20:38:02 +0100 Subject: [PATCH] Revert ".travis.yml: Drop s390x temporarily." This reverts commit 7ded31d36dc78c1495b03a45ec1a3235fdd81f1e. I was told from Travis CI support that their infra team has deployed a fix for the issue we encountered with the s390x build environment. --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f9ea126cc5..741c0a32ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -106,9 +106,7 @@ matrix: include: - <<: *arm64-linux - <<: *ppc64le-linux - # FIXME: The job fails with exceeding the maximum time limit 50 minutes. - # https://bugs.ruby-lang.org/issues/20013#note-13 - # - <<: *s390x-linux + - <<: *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