summaryrefslogtreecommitdiff
path: root/.github/actions/compilers
AgeCommit message (Collapse)Author
2024-12-17Launchable: Start recording test-spec in compilers.yaml (#12364)Naoto Ono
Notes: Merged-By: ono-max <onoto1998@gmail.com>
2024-12-13Launchable: Refactor entrypoint.sh (#12314)Naoto Ono
* Use `launchable record session` command to split test sessions based on test suites. * Use BTESTS env instead of RUBY_TESTOPTS for passing CLI option to `make btest`. * Group Launchable logs * Add several flavors to identify the relationship between test session and GH workflow. Notes: Merged-By: ono-max <onoto1998@gmail.com>
2024-12-09Revert "Launchable: Stop recording tests temporarily" (#12289)Naoto Ono
Revert "Launchable: Stop recording tests temporarily (#12268)" This reverts commit 866f1a1f2d6f0425b1535fb5697a30404e83e7c2. Notes: Merged-By: ono-max <onoto1998@gmail.com>
2024-12-05Launchable: Stop recording tests temporarily (#12268)Naoto Ono
There is a system trouble in Launchable, so I'm going to stop recording tests temporarily in compilers.yaml Notes: Merged-By: ono-max <onoto1998@gmail.com>
2024-12-03Enable Launchable integration in compilers.yml (#12136)Naoto Ono
Notes: Merged-By: ono-max <onoto1998@gmail.com>
2024-11-21Skip make install with gmp buildHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12141
2024-11-21Fix error "fatal: detected dubious ownership in repository at ↵Naoto Ono
'/github/workspace/src'" Notes: Merged: https://github.com/ruby/ruby/pull/12139
2024-10-16Remove unused shared GC configuration in GitHub ActionsPeter Zhu
Shared GC CI is no longer running in the compilers workflow, so we can remove it from .github/actions/compilers/entrypoint.sh. Notes: Merged: https://github.com/ruby/ruby/pull/11897
2024-10-01Pass MSPECOPT from compilers.ymlHiroshi SHIBATA
2024-09-27Applied https://github.com/ruby/ruby/pull/11574Hiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/11217
2024-09-27sequential execution of some CI tasks卜部昌平
reduced parallelism from some 50-ish to 10-ish so that other jobs can run. Notes: Merged: https://github.com/ruby/ruby/pull/11217