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.
This commit is contained in:
Jun Aruga 2024-01-30 20:38:02 +01:00 committed by Jun Aruga
parent 2deb105a31
commit 816ce53a8a

View File

@ -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