From bad7ab35d1e38f47b09f15fc5750387ac73b2286 Mon Sep 17 00:00:00 2001 From: Yusuke Endoh Date: Tue, 12 May 2020 17:47:27 +0900 Subject: [PATCH] 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 --- test/lib/jit_support.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/lib/jit_support.rb b/test/lib/jit_support.rb index 033da9f4c4..3785c31ed2 100644 --- a/test/lib/jit_support.rb +++ b/test/lib/jit_support.rb @@ -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