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:
Alan Guo Xiang Tan 2023-05-01 10:50:50 +08:00
parent 04d4ef6957
commit c90e6de793

View file

@ -0,0 +1,2 @@
env:
RUBY_YJIT_ENABLE: 1