[前][次][番号順一覧][スレッド一覧]

ruby-changes:73335

From: Takashi <ko1@a...>
Date: Wed, 31 Aug 2022 06:21:59 +0900 (JST)
Subject: [ruby-changes:73335] 497b5ee180 (master): Normalize the YJIT Cirrus workflow a little

https://git.ruby-lang.org/ruby.git/commit/?id=497b5ee180

From 497b5ee1803e67efe641671276a05831ad788898 Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Tue, 30 Aug 2022 12:44:08 -0700
Subject: Normalize the YJIT Cirrus workflow a little

---
 .cirrus.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index db8cd0b934..ee5bafdee7 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -126,8 +126,7 @@ yjit_task: https://github.com/ruby/ruby/blob/trunk/.cirrus.yml#L126
   test_dump_insns_script: RUST_BACKTRACE=1 ./miniruby --yjit-call-threshold=1 --yjit-dump-insns -e0
   output_stats_script: RUST_BACKTRACE=1 ./miniruby --yjit-call-threshold=1 --yjit-stats -e0
   full_build_script: source $HOME/.cargo/env && make -j
-  make_rdoc_script: source $HOME/.cargo/env && make -j rdoc
-  make_btest_script: source $HOME/.cargo/env && make -j btest RUN_OPTS="--yjit-call-threshold=1 --yjit-verify-ctx"
+  make_btest_script: source $HOME/.cargo/env && make -j test RUN_OPTS="--yjit-call-threshold=1 --yjit-verify-ctx"
   make_test_all_script: source $HOME/.cargo/env && make -j test-all RUN_OPTS="--yjit-call-threshold=1" TESTOPTS="$RUBY_TESTOPTS"' --test-order=alpha --name=!/TestGCCompact/'
   test_gc_compact_script: source $HOME/.cargo/env && make -j test-all RUN_OPTS="--yjit-call-threshold=1" TESTS="test/ruby/test_gc_compact.rb"
   make_test_spec_script: source $HOME/.cargo/env && make -j test-spec RUN_OPTS="--yjit-call-threshold=1"
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]