From dca5e74aa17bd315ff83cffbdbba3f7c641174ac Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Thu, 11 Aug 2022 09:12:44 -0700 Subject: Fix test_rubyoptions.rb for arm64 (https://github.com/Shopify/ruby/pull/396) --- test/lib/jit_support.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/lib') diff --git a/test/lib/jit_support.rb b/test/lib/jit_support.rb index e607df4cab..ccd3b83be7 100644 --- a/test/lib/jit_support.rb +++ b/test/lib/jit_support.rb @@ -64,7 +64,7 @@ module JITSupport def yjit_supported? # e.g. x86_64-linux, x64-mswin64_140, x64-mingw32, x64-mingw-ucrt - RUBY_PLATFORM.match?(/^(x86_64|x64)-/) + RUBY_PLATFORM.match?(/^(x86_64|x64|arm64)-/) end # AppVeyor's Visual Studio 2013 / 2015 are known to spuriously generate broken pch / pdb, like: -- cgit v1.2.3