summaryrefslogtreecommitdiff
path: root/.github/workflows/compilers.yml
AgeCommit message (Expand)Author
2023-03-28Use merge_groupNARUSE, Yui
2023-03-28Bump actions/checkout from 3.4.0 to 3.5.0dependabot[bot]
2023-03-17Bump actions/cache from 3.2.6 to 3.3.1dependabot[bot]
2023-03-17Bump actions/checkout from 3.3.0 to 3.4.0dependabot[bot]
2023-03-16[Feature #19442] Remove USE_RINCGC flagMatt Valentine-House
2023-03-13Disable RJIT_FORCE_ENABLE CI for nowTakashi Kokubun
2023-03-14Bump ruby/action-slack from 3.0.0 to 3.2.1dependabot[bot]
2023-03-11Revert "Update ruby/action-slack v3.1.1 (#7505)"Takashi Kokubun
2023-03-11Update ruby/action-slack v3.1.1 (#7505)Hiroshi SHIBATA
2023-03-07Allow enabling YJIT and RJIT independently (#7474)Takashi Kokubun
2023-03-08Bump ruby/action-slack from 3.0.0 to 3.1.0dependabot[bot]
2023-03-06s/MJIT/RJIT/Takashi Kokubun
2023-03-05Split a workflow for annocheck (#7450)Takashi Kokubun
2023-03-02Investigate missing ./autogen.shTakashi Kokubun
2023-02-22Bump actions/cache from 3.2.5 to 3.2.6dependabot[bot]
2023-02-16Bump actions/cache from 3.2.4 to 3.2.5dependabot[bot]
2023-02-03CI: Pass -O2 for annocheckAlan Wu
2023-02-01Bump actions/cache from 3.2.2 to 3.2.4dependabot[bot]
2023-02-01Bump actions/checkout from 3.2.0 to 3.3.0dependabot[bot]
2023-01-09Remove no longer used environment variable [ci skip]Nobuyoshi Nakada
2023-01-03Bump actions/cache from 3.2.0 to 3.2.2dependabot[bot]
2022-12-23Bump actions/checkout from 3.1.0 to 3.2.0dependabot[bot]
2022-12-23Bump actions/cache from 3.0.11 to 3.2.0dependabot[bot]
2022-12-20Ignore man directories entirely [ci skip]Nobuyoshi Nakada
2022-11-28Added permission restrictions for GitHub actionsHiroshi SHIBATA
2022-11-25[StepSecurity] ci: Harden GitHub ActionsStepSecurity Bot
2022-10-25Use ruby/action-slack@v3.0.0 and ref_name (#6633)Takashi Kokubun
2022-10-18Ignore manual files only commits [ci skip]Nobuyoshi Nakada
2022-09-21LLVM 15 released卜部昌平
2022-08-29Run specs with CHECK_LEAKS=trueBenoit Daloze
2022-08-22Ignore `.document` only commits [ci skip]Nobuyoshi Nakada
2022-08-11Add `--enable-devel` configure optionNobuyoshi Nakada
2022-08-09Do not enable RUBY_DEVEL by RUBY_PATCHLEVELJeremy Evans
2022-07-25Bundled gems test needs `prepare-gems`Nobuyoshi Nakada
2022-07-03Disable USE_DEBUG_COUNTER test for now [ci skip]Nobuyoshi Nakada
2022-07-03Add check for USE_DEBUG_COUNTERNobuyoshi Nakada
2022-06-23Show flags instead of `-s` option in `GNUMAKEFLAGS`Nobuyoshi Nakada
2022-06-23Pass LDFLAGS via environment variableNobuyoshi Nakada
2022-06-22Refactor compilations workflowNobuyoshi Nakada
2022-06-21[CI] add gcc-12卜部昌平
2022-06-21.github/workflows/compilers.yml: annocheck: Fix gaps and notes test.Jun Aruga
2022-06-20.github/workflows/compilers.yml: Skip gaps test on annocheck 10.76.Jun Aruga
2022-06-19Skip CIs if the head commit message contains '[DOC]'Nobuyoshi Nakada
2022-06-07.github/workflows/compilers.yml: annocheck: Fix a linker flag to pass MJIT te...Jun Aruga
2022-05-24remove `-DTHREAD_DEBUG` ruleKoichi Sasada
2022-05-20Rename test_jit to test_mjitTakashi Kokubun
2022-05-18Write skipping instead of skiping [ci skip]Kaíque Kandy Koga
2022-05-16Add `make test-annocheck` to detect security issues.Jun Aruga
2022-05-12.github/workflows/compilers.yml: Add configure --enable-mkmf-verbose case.Jun Aruga
2022-04-25[CI] Use -O2 on LTO builds as intendedAlan Wu