summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJun Aruga <jaruga@redhat.com>2023-11-24 08:06:14 +0900
committerJun Aruga <junaruga@users.noreply.github.com>2023-11-24 17:36:20 +0900
commit24e0b185ab7ea67eea298fc2ad7985f7ce4deba1 (patch)
tree80bdf765e13d8b8d5cded111bff3eb5d0f6d3ed7 /.travis.yml
parent87ddfb33a0bb7f771d4a1aee0c27c598267fb926 (diff)
.travis.yml: Add s390x again.
As Travis CI IBM z pipeine is operational again, I will add s390x again to check the case. Though Travis s390x infra team is still investigating the root cause. https://www.traviscistatus.com/ Please revert this commit or comment on the <https://bugs.ruby-lang.org/issues/20013>, when you see the s390x builds are not starting again. Sorry for inconvenience.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 7b12149408..6d942d1425 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -104,8 +104,7 @@ matrix:
include:
- <<: *arm64-linux
- <<: *ppc64le-linux
- # The s390x builds are not starting.
- # - <<: *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
@@ -114,7 +113,7 @@ matrix:
# Allow failures for the unstable jobs.
# - name: arm64-linux
# - name: ppc64le-linux
- - name: s390x-linux
+ # - name: s390x-linux
# The 2nd arm64 pipeline may be unstable.
# - name: arm32-linux
fast_finish: true