From: Alan Guo Xiang Tan Date: Mon, 1 May 2023 02:50:50 +0000 (+0800) Subject: DEV: Introduce `enable-ruby-yjit template X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c90e6de7930e858d513fea2eedafc5aa1befbc8b;p=discourse_docker.git 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. --- diff --git a/templates/enable-ruby-yjit.yml b/templates/enable-ruby-yjit.yml new file mode 100644 index 0000000..a31ad91 --- /dev/null +++ b/templates/enable-ruby-yjit.yml @@ -0,0 +1,2 @@ +env: + RUBY_YJIT_ENABLE: 1 \ No newline at end of file