DEV: Introduce `enable-ruby-yjit template
This adds the `RUBY_YJIT_ENABLE` environment variable which would enable Ruby 3.2's YJIT. See https://github.com/ruby/ruby/blob/master/doc/yjit/yjit.md for more information about YJIT.
This commit is contained in:
parent
04d4ef6957
commit
c90e6de793
1 changed files with 2 additions and 0 deletions
2
templates/enable-ruby-yjit.yml
Normal file
2
templates/enable-ruby-yjit.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
env:
|
||||
RUBY_YJIT_ENABLE: 1
|
Loading…
Add table
Reference in a new issue