aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJun Aruga <jaruga@redhat.com>2023-11-22 16:49:58 +0100
committerJun Aruga <junaruga@users.noreply.github.com>2023-11-22 17:16:58 +0100
commit94144801ebd9d25d02697b921858f99cd99bd9a8 (patch)
tree94f877618b8c900d3f4ad2b9d0e0f858e26df080 /.travis.yml
parent9691532428766340462f77ab5b601f9979ebd006 (diff)
downloadruby-94144801ebd9d25d02697b921858f99cd99bd9a8.tar.gz
.travis.yml: Drop s390x temporarily.
The builds are not starting. You can check the Travis status on the ticket, <https://bugs.ruby-lang.org/issues/20013>.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 65aa59a62b..7b12149408 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -104,7 +104,8 @@ matrix:
include:
- <<: *arm64-linux
- <<: *ppc64le-linux
- - <<: *s390x-linux
+ # The s390x builds are not starting.
+ # - <<: *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
@@ -113,7 +114,6 @@ matrix:
# Allow failures for the unstable jobs.
# - name: arm64-linux
# - name: ppc64le-linux
- # The s390x build is sometimes not starting.
- name: s390x-linux
# The 2nd arm64 pipeline may be unstable.
# - name: arm32-linux