Skip to content

Commit 0ec658f

Browse files
committed
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
1 parent 7a125c5 commit 0ec658f

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
- ""
3333
- "--jit"
3434
- "--yjit"
35-
- "--rjit"
3635
exclude:
3736
# --jit is available since MRI 2.6
3837
- ruby: "2.3"
@@ -54,23 +53,6 @@ jobs:
5453
rubyopt: "--yjit"
5554
- ruby: "3.0"
5655
rubyopt: "--yjit"
57-
# --rjit is available since MRI 3.3
58-
- ruby: "2.3"
59-
rubyopt: "--rjit"
60-
- ruby: "2.4"
61-
rubyopt: "--rjit"
62-
- ruby: "2.5"
63-
rubyopt: "--rjit"
64-
- ruby: "2.6"
65-
rubyopt: "--rjit"
66-
- ruby: "2.7"
67-
rubyopt: "--rjit"
68-
- ruby: "3.0"
69-
rubyopt: "--rjit"
70-
- ruby: "3.1"
71-
rubyopt: "--rjit"
72-
- ruby: "3.2"
73-
rubyopt: "--rjit"
7456

7557
uses: ./.github/workflows/test_main.yml
7658
with:

0 commit comments

Comments
 (0)