summaryrefslogtreecommitdiff
path: root/.cirrus.yml
AgeCommit message (Collapse)Author
2022-08-29Handle out of memory tests (https://github.com/Shopify/ruby/pull/393)Maxime Chevalier-Boisvert
2022-08-29Try to run make -j in CI backend tests ↵Maxime Chevalier-Boisvert
(https://github.com/Shopify/ruby/pull/386)
2022-08-29Port gen_send_iseq to the new backend IR ↵Takashi Kokubun
(https://github.com/Shopify/ruby/pull/381) * Port gen_send_iseq to the new backend IR * Replace occurrences of 8 by SIZEOF_VALUE Co-authored-by: Maxime Chevalier-Boisvert <maximechevalierb@gmail.com> Co-authored-by: Maxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com>
2022-08-29Enable test_literal.rb and test_ractor.rb on armMaxime Chevalier-Boisvert
2022-08-29Enable test_insns.rb on armMaxime Chevalier-Boisvert
2022-08-29Enable btests now passing on arm (https://github.com/Shopify/ruby/pull/378)Maxime Chevalier-Boisvert
2022-08-29Enable test_thread.rb on arm, now workingMaxime Chevalier-Boisvert
2022-08-29Add 1 more allocatable reg on armMaxime Chevalier-Boisvert
2022-08-29Test --yjit-stats in our CI workflowsMaxime Chevalier-Boisvert
2022-08-29Fix CI workflowsMaxime Chevalier-Boisvert
2022-08-29Fixes for AArch64 (https://github.com/Shopify/ruby/pull/338)Kevin Newton
* Better splitting for Op::Add, Op::Sub, and Op::Cmp * Split stores if the displacement is too large * Use a shifted immediate argument * Split all places where shifted immediates are used * Add more tests to the cirrus workflow
2022-08-29Enable more btestsMaxime Chevalier-Boisvert
2022-08-29Enable more btests in the CI workflows ↵Maxime Chevalier-Boisvert
(https://github.com/Shopify/ruby/pull/334) * Enable more btests in the CI workflows * Update workflows
2022-08-29Implement PosMarker instruction (https://github.com/Shopify/ruby/pull/328)Maxime Chevalier-Boisvert
* Implement PosMarker instruction * Implement PosMarker in the arm backend * Make bindgen run only for clang image * Fix if-else in cirrus CI file * Add missing semicolon * Try removing trailing semicolon * Try to fix shell/YAML syntax Co-authored-by: Alan Wu <XrXr@users.noreply.github.com>
2022-08-29Update cirrus workflowMaxime Chevalier-Boisvert
2022-08-29Add --yjit-dump-insns test to Cirrus Arm workflowMaxime Chevalier-Boisvert
2022-08-29Port YJIT New Backend Temp Checks to Cirrus ↵Maxime Chevalier-Boisvert
(https://github.com/Shopify/ruby/pull/312) Co-authored-by: Jean Boussier <jean.boussier@gmail.com>
2022-08-22Ignore `.document` only commits [ci skip]Nobuyoshi Nakada
2022-03-31[DOC] Fix ghcr linkS-H-GAMELINKS
Notes: Merged: https://github.com/ruby/ruby/pull/5734
2021-11-25Skip tests if only document files changed on Cirrus-CI [ci skip]Nobuyoshi Nakada
2021-09-28Set the locale encoding to UTF-8Nobuyoshi Nakada
Cirrus CI sets the environment variable `CIRRUS_COMMIT_MESSAGE` from the pull request description. Notes: Merged: https://github.com/ruby/ruby/pull/4900
2021-09-28Revert "Unexport `CIRRUS_COMMIT_MESSAGE`"Nobuyoshi Nakada
This reverts commit 09863a4cd8eb40b34b310083d8cdda899ab5bcc1. Notes: Merged: https://github.com/ruby/ruby/pull/4900
2021-09-27Unexport `CIRRUS_COMMIT_MESSAGE`Nobuyoshi Nakada
Cirrus CI sets this environment variable from the pull request description. However it does not seem any locales other than C are installed, the default external encoding is US-ASCII. That means this environment variable will be an invalid byte sequence, and some tests fail.
2021-09-22.cirrus.yml: Add Cirrus CI for Arm64 tests.fedor
Co-authored-by: fedor <fedor@cirruslabs.org> Notes: Merged: https://github.com/ruby/ruby/pull/4875