summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-08-30 12:44:08 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2022-08-30 14:21:43 -0700
commit497b5ee1803e67efe641671276a05831ad788898 (patch)
tree31b99f569559431fbe65885735d498c4dead3c6a /.cirrus.yml
parentb98653f766613dbbaed02522af26f80078361502 (diff)
Normalize the YJIT Cirrus workflow a little
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/6304
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml3
1 files changed, 1 insertions, 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:
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"