mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Skip Solaris RubyCI TestJIT for now
to be investigated later https://rubyci.org/logs/rubyci.s3.amazonaws.com/solaris10-gcc/ruby-master/log/20200501T160004Z.fail.html.gz
This commit is contained in:
parent
28aa5f7fa6
commit
72c0612c40
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ module JITSupport
|
|||
return @supported if defined?(@supported)
|
||||
@supported = UNSUPPORTED_COMPILERS.all? do |regexp|
|
||||
!regexp.match?(RbConfig::CONFIG['MJIT_CC'])
|
||||
end && RbConfig::CONFIG["MJIT_SUPPORT"] != 'no' && !PENDING_RUBYCI_NICKNAMES.include?(ENV['RUBYCI_NICKNAME']) && !vs120_pdb_corrupted? && /mingw/ !~ RUBY_PLATFORM # TODO: remove mingw exclusion after investigation
|
||||
end && RbConfig::CONFIG["MJIT_SUPPORT"] != 'no' && !PENDING_RUBYCI_NICKNAMES.include?(ENV['RUBYCI_NICKNAME']) && !vs120_pdb_corrupted? && /mingw/ !~ RUBY_PLATFORM && /solaris/ !~ RUBY_PLATFORM # TODO: remove mingw / solaris exclusion after investigation
|
||||
end
|
||||
|
||||
# AppVeyor's Visual Studio 2013 is known to spuriously generate broken pch / pdb, like:
|
||||
|
|
Loading…
Add table
Reference in a new issue