ruby-changes:73371
From: Takashi <ko1@a...>
Date: Fri, 2 Sep 2022 12:05:28 +0900 (JST)
Subject: [ruby-changes:73371] fb5fa84f83 (master): Remove workarounds for slow compilation on Cirrus (#6310)
https://git.ruby-lang.org/ruby.git/commit/?id=fb5fa84f83 From fb5fa84f83529c8769df3fff00a59180d6485bc3 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Thu, 1 Sep 2022 20:05:13 -0700 Subject: Remove workarounds for slow compilation on Cirrus (#6310) Remove workarounds for slow compilation --- .cirrus.yml | 4 +--- 1 file changed, 1 insertion(+), 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: https://github.com/ruby/ruby/blob/trunk/.cirrus.yml#L90 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: https://github.com/ruby/ruby/blob/trunk/.cirrus.yml#L127 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" -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/