From d7eac060c2fd58060deb97f6f4d3152708f5c3fc Mon Sep 17 00:00:00 2001 From: sue445 Date: Thu, 28 Dec 2023 10:48:18 +0900 Subject: [PATCH] Now, RJIT doesn't work on GitHub Actions... https://github.com/itamae-kitchen/itamae/actions/runs/7330711854/job/19972558099 k0kubun says "This is probably an omission in the assembler implementation." ref. https://ruby-jp.slack.com/archives/CLTRGLV4Z/p1703663608541879 --- .github/workflows/test.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2cf239d..d7d3ce6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,6 @@ jobs: - "" - "--jit" - "--yjit" - - "--rjit" exclude: # --jit is available since MRI 2.6 - ruby: "2.3" @@ -54,23 +53,6 @@ jobs: rubyopt: "--yjit" - ruby: "3.0" rubyopt: "--yjit" - # --rjit is available since MRI 3.3 - - ruby: "2.3" - rubyopt: "--rjit" - - ruby: "2.4" - rubyopt: "--rjit" - - ruby: "2.5" - rubyopt: "--rjit" - - ruby: "2.6" - rubyopt: "--rjit" - - ruby: "2.7" - rubyopt: "--rjit" - - ruby: "3.0" - rubyopt: "--rjit" - - ruby: "3.1" - rubyopt: "--rjit" - - ruby: "3.2" - rubyopt: "--rjit" uses: ./.github/workflows/test_main.yml with: