summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun Aruga <jaruga@redhat.com>2024-01-30 20:38:02 +0100
committerJun Aruga <junaruga@users.noreply.github.com>2024-01-31 09:56:39 +0100
commit816ce53a8ad86d886e57307cb181ebe3570366c7 (patch)
treea254e64b0d01479c4b8e3c7800a69dbd8ceff389
parent2deb105a315bc51bbe7d98c5a44ac4ac4495fcf9 (diff)
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.
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 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 -
# <internal:dir>:411:in glob: File name too long - (Errno::ENAMETOOLONG)
# https://github.com/rubygems/rubygems/issues/7132