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

test/lib/jit_support.rb: Let JIT tests skip on centos8

It has the same issue as RHEL 8.  k0kubun said he will fix later
This commit is contained in:
Yusuke Endoh 2020-05-12 17:47:27 +09:00 committed by nagachika
parent b4c893a62c
commit bad7ab35d1

View file

@ -10,9 +10,11 @@ module JITSupport
]
# freebsd12: cc1 internal failure https://rubyci.org/logs/rubyci.s3.amazonaws.com/freebsd12/ruby-master/log/20200306T103003Z.fail.html.gz
# rhel8: one or more PCH files were found, but they were invalid https://rubyci.org/logs/rubyci.s3.amazonaws.com/rhel8/ruby-master/log/20200306T153003Z.fail.html.gz
# centos8: ditto https://rubyci.org/logs/rubyci.s3.amazonaws.com/centos8/ruby-master/log/20200512T003004Z.fail.html.gz
PENDING_RUBYCI_NICKNAMES = %w[
freebsd12
rhel8
centos8
]
module_function