summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-09-01 20:05:13 -0700
committerGitHub <noreply@github.com>2022-09-01 20:05:13 -0700
commitfb5fa84f83529c8769df3fff00a59180d6485bc3 (patch)
tree8d7e39eb71db0a391d81c7c96b0025913b3e7097 /.cirrus.yml
parent9b48edd9322e7e0f6453303a62a83caad40a9fed (diff)
Remove workarounds for slow compilation on Cirrus (#6310)
Remove workarounds for slow compilation
Notes
Notes: Merged-By: k0kubun <takashikkbn@gmail.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index ba44703211..1053217225 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -90,7 +90,6 @@ yjit_task:
matrix:
CC: clang-12
CC: gcc-11
- timeout_in: 90m
id_script: id
set_env_script:
# Set `GNUMAKEFLAGS`, because the flags are GNU make specific. Note using
@@ -128,6 +127,5 @@ yjit_task:
full_build_script: source $HOME/.cargo/env && make
cargo_test_script: source $HOME/.cargo/env && cd yjit && cargo test
make_test_script: source $HOME/.cargo/env && make test RUN_OPTS="--yjit-call-threshold=1 --yjit-verify-ctx"
- make_test_all_script: source $HOME/.cargo/env && make 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 test-all RUN_OPTS="--yjit-call-threshold=1" TESTS="test/ruby/test_gc_compact.rb"
+ make_test_all_script: source $HOME/.cargo/env && make test-all RUN_OPTS="--yjit-call-threshold=1" TESTOPTS="$RUBY_TESTOPTS"
make_test_spec_script: source $HOME/.cargo/env && make test-spec RUN_OPTS="--yjit-call-threshold=1"