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

ruby-changes:73191

From: Maxime <ko1@a...>
Date: Tue, 30 Aug 2022 00:59:59 +0900 (JST)
Subject: [ruby-changes:73191] bf7277b518 (master): Update cirrus workflow

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

From bf7277b518d5ab634ee708f54fbb8735a8eafdbc Mon Sep 17 00:00:00 2001
From: Maxime Chevalier-Boisvert <maxime.chevalierboisvert@s...>
Date: Fri, 15 Jul 2022 16:21:35 -0400
Subject: Update cirrus workflow

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

diff --git a/.cirrus.yml b/.cirrus.yml
index 7b68a5091a..3e03d0adc3 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -118,7 +118,7 @@ yjit_task: https://github.com/ruby/ruby/blob/trunk/.cirrus.yml#L118
   make_miniruby_script: source $HOME/.cargo/env && make -j miniruby
   make_bindgen_script: source $HOME/.cargo/env && make -j yjit-bindgen
   boot_miniruby_script: RUST_BACKTRACE=1 ./miniruby --yjit-call-threshold=1 -e0
-  test_dump_insns: RUST_BACKTRACE=1 ./miniruby --yjit-call-threshold=1 --yjit-dump-insns -e0
+  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
   bootstrap_tests_script: RUST_BACKTRACE=1 ruby --disable=gems bootstraptest/runner.rb --ruby="./miniruby -I./lib -I. -I.ext/common --disable-gems --yjit-call-threshold=1 --yjit-verify-ctx" bootstraptest/test_yjit_new_backend.rb
   # full_build_script: make -j
-- 
cgit v1.2.1


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

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