ruby-changes:59100
From: Namrata <ko1@a...>
Date: Sat, 7 Dec 2019 01:28:22 +0900 (JST)
Subject: [ruby-changes:59100] 544431e028 (master): Adding s390x support (#2727)
https://git.ruby-lang.org/ruby.git/commit/?id=544431e028 From 544431e028e9d678f2989c35876a05c53f07e0ec Mon Sep 17 00:00:00 2001 From: Namrata Bhave <Namrata.Bhave@i...> Date: Fri, 6 Dec 2019 21:57:58 +0530 Subject: Adding s390x support (#2727) diff --git a/.travis.yml b/.travis.yml index cd8e513..7b09ce4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -128,6 +128,11 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L128 arch: arm64 <<: *gcc-8 + - &s390x-linux + name: s390x-linux + arch: s390x + <<: *gcc-8 + - &jemalloc name: --with-jemalloc <<: *gcc-8 @@ -413,6 +418,7 @@ matrix: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L418 - <<: *arm64-linux - <<: *i686-linux - <<: *arm32-linux + - <<: *s390x-linux - <<: *pedanticism - <<: *assertions - <<: *baseruby -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/