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:
parent
2f6a8baac6
commit
544431e028
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue