summaryrefslogtreecommitdiff
path: root/.github/workflows/compilers.yml
AgeCommit message (Expand)Author
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
2022-04-20[CI] resort to clang-14 (#5824)卜部昌平
2022-04-19Github -> GitHubTim Smith
2022-04-14Fix build errors with development version of ClangAlan Wu
2022-03-25Disabled cross compile for unknown errors with psych buildHiroshi SHIBATA
2022-03-24Bump actions/checkout from 2 to 3dependabot[bot]
2022-03-24Bump actions/cache from 2 to 3dependabot[bot]
2022-02-10LLVM 15 begun.卜部昌平
2022-01-06Compile with USE_RVARGC=0 on CIPeter Zhu
2021-12-28USE_RVARGC released; why not CI卜部昌平
2021-12-18Skip tests on pull requests labeled as DocumentationNobuyoshi Nakada
2021-12-16[DOC] Skip tests if only documents change [ci skip]Nobuyoshi Nakada
2021-12-02Cache downloaded filesNobuyoshi Nakada
2021-11-21Throttle pull-requests only [ci skip]Nobuyoshi Nakada
2021-11-18Throttle GitHub Actions [ci skip]Nobuyoshi Nakada
2021-10-29Skip tests if only document files changedNobuyoshi Nakada
2021-10-26.github: use GNUMAKEFLAGS instead of JOBS卜部昌平
2021-10-20Don't enable YJIT by default. More tests on both Ubuntu and MacOS.Noah Gibbs
2021-09-23.github/workflows/compilers.yml: Use `GNUMAKEFLAGS`.Jun Aruga
2021-09-10.github/workflows/compilers.yml: disable shared for LTO卜部昌平