aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
Commit message (Collapse)AuthorAgeFilesLines
* Try to run make -j in CI backend tests ↵Maxime Chevalier-Boisvert2022-08-291-1/+3
| | | | (https://github.com/Shopify/ruby/pull/386)
* Port gen_send_iseq to the new backend IR ↵Takashi Kokubun2022-08-291-7/+3
| | | | | | | | | | | (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>
* 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
| | | | | | | | | | | | * 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
* Enable more btestsMaxime Chevalier-Boisvert2022-08-291-0/+4
|
* Enable more btests in the CI workflows ↵Maxime Chevalier-Boisvert2022-08-291-1/+21
| | | | | | | | (https://github.com/Shopify/ruby/pull/334) * Enable more btests in the CI workflows * Update workflows
* Implement PosMarker instruction (https://github.com/Shopify/ruby/pull/328)Maxime Chevalier-Boisvert2022-08-291-1/+6
| | | | | | | | | | | | | | | | | | * 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>
* Update cirrus workflowMaxime Chevalier-Boisvert2022-08-291-1/+1
|
* Add --yjit-dump-insns test to Cirrus Arm workflowMaxime Chevalier-Boisvert2022-08-291-0/+1
|
* Port YJIT New Backend Temp Checks to Cirrus ↵Maxime Chevalier-Boisvert2022-08-291-0/+59
| | | | | | (https://github.com/Shopify/ruby/pull/312) Co-authored-by: Jean Boussier <jean.boussier@gmail.com>
* Ignore `.document` only commits [ci skip]Nobuyoshi Nakada2022-08-221-1/+1
|
* [DOC] Fix ghcr linkS-H-GAMELINKS2022-03-311-1/+1
|
* Skip tests if only document files changed on Cirrus-CI [ci skip]Nobuyoshi Nakada2021-11-251-0/+1
|
* Set the locale encoding to UTF-8Nobuyoshi Nakada2021-09-281-0/+1
| | | | | Cirrus CI sets the environment variable `CIRRUS_COMMIT_MESSAGE` from the pull request description.
* Revert "Unexport `CIRRUS_COMMIT_MESSAGE`"Nobuyoshi Nakada2021-09-281-3/+1
| | | | This reverts commit 09863a4cd8eb40b34b310083d8cdda899ab5bcc1.
* Unexport `CIRRUS_COMMIT_MESSAGE`Nobuyoshi Nakada2021-09-271-1/+3
| | | | | | | | 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.
* .cirrus.yml: Add Cirrus CI for Arm64 tests.fedor2021-09-221-0/+62
Co-authored-by: fedor <fedor@cirruslabs.org>