ruby-changes:73310
From: Takashi <ko1@a...>
Date: Tue, 30 Aug 2022 01:10:01 +0900 (JST)
Subject: [ruby-changes:73310] d5fe9e1d9a (master): Run test-all with RUBY_YJIT_ENABLE=1 on CI (https://github.com/Shopify/ruby/pull/418)
https://git.ruby-lang.org/ruby.git/commit/?id=d5fe9e1d9a From d5fe9e1d9aabacb7bafe97dbbc63b0272be84dee Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Thu, 18 Aug 2022 13:00:54 -0700 Subject: Run test-all with RUBY_YJIT_ENABLE=1 on CI (https://github.com/Shopify/ruby/pull/418) --- .cirrus.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 21f3e38651..a00946e90c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -172,4 +172,5 @@ yjit_task: https://github.com/ruby/ruby/blob/trunk/.cirrus.yml#L172 # Run John's YJIT instruction tests, and make sure we can load the test-all runner test_yjit_script: source $HOME/.cargo/env && make -j test-all TESTS='test/ruby/test_method.rb test/ruby/test_yjit.rb' RUN_OPTS="--yjit-call-threshold=1" - # TODO: check that we can we run all of test-all successfully + # Run test-all with the default call threshold + test_yjit_script: source $HOME/.cargo/env && RUBY_YJIT_ENABLE=1 make -j test-all -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/