aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
Commit message (Expand)AuthorAgeFilesLines
* Disable clippy on Cirrus for nowTakashi Kokubun2023-07-051-1/+2
* Remove duplicated Rust installationTakashi Kokubun2023-07-051-5/+1
* [Cirrus] Run only when YJIT sources change [skip appveyor]Nobuyoshi Nakada2023-07-041-2/+5
* [Cirrus] Set up cargo environments just once at firstNobuyoshi Nakada2023-07-031-11/+11
* [Cirrus] Share configuration using YAML aliasesNobuyoshi Nakada2023-07-031-80/+33
* [Cirrus] Show CPU and memory infoNobuyoshi Nakada2023-07-031-0/+6
* [Cirrus] Make gem download non-verboseNobuyoshi Nakada2023-07-031-8/+8
* [Cirrus] Run also crons other than nightlyNobuyoshi Nakada2023-07-031-2/+2
* [Cirrus] Run only if nightly [ci skip]Nobuyoshi Nakada2023-06-151-0/+2
* [Cirrus] Auto cancelation for non-yjit task [ci skip]Nobuyoshi Nakada2023-06-151-0/+1
* [Cirrus] Cache the bundled gems in advanceNobuyoshi Nakada2023-06-141-0/+19
* Reduce concurrency of Cirrus-CI [ci skip]Nobuyoshi Nakada2023-06-091-4/+0
* Check leaked global symbols by defaultNobuyoshi Nakada2023-04-031-1/+0
* Enable `clippy` checks for yjit in CI (#7093)Ian Ker-Seymer2023-01-121-0/+1
* YJIT: Generate debug info in release builds (#6910)Alan Wu2022-12-121-2/+2
* Skip Cirrus checks for [DOC] commitsAlan Wu2022-12-111-2/+2
* YJIT: Lower the required Rust version from 1.58.1 to 1.58.0 (#6780)Takashi Kokubun2022-11-211-1/+1
* YJIT: Test --yjit-verify-ctx on GitHub Actions as well (#6639)Takashi Kokubun2022-10-261-2/+2
* Ignore manual files only commits [ci skip]Nobuyoshi Nakada2022-10-201-2/+2
* YJIT: Set RUST_BACKTRACE=1 in every Cirrus script (#6526)Takashi Kokubun2022-10-121-9/+8
* YJIT: Support Rust 1.58.1 for --yjit-stats on Arm (#6410)Takashi Kokubun2022-09-231-1/+2
* Test --enable-yjit on aarch64 as well (#6313)Takashi Kokubun2022-09-011-3/+5
* Remove workarounds for slow compilation on Cirrus (#6310)Takashi Kokubun2022-09-011-3/+1
* Remove -j optionNobuyoshi Nakada2022-08-311-7/+7
* Update .cirrus.ymlMaxime Chevalier-Boisvert2022-08-301-1/+1
* Run cargo test on CirrusTakashi Kokubun2022-08-301-0/+1
* Normalize the YJIT Cirrus workflow a littleTakashi Kokubun2022-08-301-2/+1
* Stop saying it's temp checks (https://github.com/Shopify/ruby/pull/441)Takashi Kokubun2022-08-291-12/+1
* Avoid randomizing the order of test-all on arm64 (https://github.com/Shopify/...Takashi Kokubun2022-08-291-1/+1
* Respect RUBY_TESTOPTS on test-all (https://github.com/Shopify/ruby/pull/435)Takashi Kokubun2022-08-291-1/+2
* Run tests with --yjit-call-threshold=1 on arm64 (https://github.com/Shopify/r...Takashi Kokubun2022-08-291-41/+8
* Run test-all with RUBY_YJIT_ENABLE=1 on CI (https://github.com/Shopify/ruby/p...Takashi Kokubun2022-08-291-1/+2
* Avoid marking op_type on gen_defined (https://github.com/Shopify/ruby/pull/419)Takashi Kokubun2022-08-291-1/+1
* Temporarily disable rb_str_concat, add CI tests (https://github.com/Shopify/r...Maxime Chevalier-Boisvert2022-08-291-2/+9
* Handle out of memory tests (https://github.com/Shopify/ruby/pull/393)Maxime Chevalier-Boisvert2022-08-291-4/+2
* Try to run make -j in CI backend tests (https://github.com/Shopify/ruby/pull/...Maxime Chevalier-Boisvert2022-08-291-1/+3
* Port gen_send_iseq to the new backend IR (https://github.com/Shopify/ruby/pul...Takashi Kokubun2022-08-291-7/+3
* Enable test_literal.rb and test_ractor.rb on armMaxime Chevalier-Boisvert2022-08-291-0/+2
* Enable test_insns.rb on armMaxime Chevalier-Boisvert2022-08-291-1/+4
* Enable btests now passing on arm (https://github.com/Shopify/ruby/pull/378)Maxime Chevalier-Boisvert2022-08-291-3/+3
* Enable test_thread.rb on arm, now workingMaxime Chevalier-Boisvert2022-08-291-1/+1
* Add 1 more allocatable reg on armMaxime Chevalier-Boisvert2022-08-291-0/+11
* Test --yjit-stats in our CI workflowsMaxime Chevalier-Boisvert2022-08-291-1/+1
* Fix CI workflowsMaxime Chevalier-Boisvert2022-08-291-1/+1
* Fixes for AArch64 (https://github.com/Shopify/ruby/pull/338)Kevin Newton2022-08-291-0/+3
* Enable more btestsMaxime Chevalier-Boisvert2022-08-291-0/+4
* Enable more btests in the CI workflows (https://github.com/Shopify/ruby/pull/...Maxime Chevalier-Boisvert2022-08-291-1/+21
* Implement PosMarker instruction (https://github.com/Shopify/ruby/pull/328)Maxime Chevalier-Boisvert2022-08-291-1/+6
* Update cirrus workflowMaxime Chevalier-Boisvert2022-08-291-1/+1
* Add --yjit-dump-insns test to Cirrus Arm workflowMaxime Chevalier-Boisvert2022-08-291-0/+1