Skip to content

Commit bad7ab3

Browse files
mamenagachika
authored andcommitted
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
1 parent b4c893a commit bad7ab3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/lib/jit_support.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ module JITSupport
1010
]
1111
# freebsd12: cc1 internal failure https://rubyci.org/logs/rubyci.s3.amazonaws.com/freebsd12/ruby-master/log/20200306T103003Z.fail.html.gz
1212
# 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
13+
# centos8: ditto https://rubyci.org/logs/rubyci.s3.amazonaws.com/centos8/ruby-master/log/20200512T003004Z.fail.html.gz
1314
PENDING_RUBYCI_NICKNAMES = %w[
1415
freebsd12
1516
rhel8
17+
centos8
1618
]
1719

1820
module_function

0 commit comments

Comments
 (0)