1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Adding s390x support (#2727)

This commit is contained in:
Namrata Bhave 2019-12-06 21:57:58 +05:30 committed by NARUSE, Yui
parent 2f6a8baac6
commit 544431e028

View file

@ -128,6 +128,11 @@ env:
arch: arm64
<<: *gcc-8
- &s390x-linux
name: s390x-linux
arch: s390x
<<: *gcc-8
- &jemalloc
name: --with-jemalloc
<<: *gcc-8
@ -413,6 +418,7 @@ matrix:
- <<: *arm64-linux
- <<: *i686-linux
- <<: *arm32-linux
- <<: *s390x-linux
- <<: *pedanticism
- <<: *assertions
- <<: *baseruby