summaryrefslogtreecommitdiff
path: root/.github/workflows/compilers.yml
AgeCommit message (Expand)Author
2024-05-30merge revision(s) 22e4eeda6561693367fc7a00b92b90f46b09cabd,1ab7c412d2e3880a7a...Takashi Kokubun
2024-03-14Skip AppVeyor and GitHub if only other CI files are changedNobuyoshi Nakada
2023-10-17Bump actions/checkout from 4.1.0 to 4.1.1dependabot[bot]
2023-09-25Bump actions/checkout from 4.0.0 to 4.1.0dependabot[bot]
2023-09-21Slack notification cannot send from other than ruby/* [ci skip]Nobuyoshi Nakada
2023-09-20--disable-jit-support no longer existsTakashi Kokubun
2023-09-15Bump actions/checkout from 3.6.0 to 4.0.0dependabot[bot]
2023-08-25build matrix for universal parser卜部昌平
2023-08-25workaround clang-17 -Wc2x-extensions卜部昌平
2023-08-25direct use of CFLAGS卜部昌平
2023-08-25[CI]: LLVM 18 begun卜部昌平
2023-08-25Skip push by dependabot [ci skip]Nobuyoshi Nakada
2023-08-25Bump actions/checkout from 3.5.3 to 3.6.0dependabot[bot]
2023-07-28Test `SHARABLE_MIDDLE_SUBSTRING` [ci skip]Nobuyoshi Nakada
2023-07-21Just assume rustc is in the containerTakashi Kokubun
2023-07-21Use already installed `rustc` if available [ci skip]Nobuyoshi Nakada
2023-07-14Remove RGENGC_OLD_NEWOBJ_CHECKPeter Zhu
2023-07-13Remove unused references to the transient heapPeter Zhu
2023-07-13[Feature #19730] Remove transient heapPeter Zhu
2023-07-13Let `[DOC]` in PR title skip CIsNobuyoshi Nakada
2023-07-07llvm-objcopy is not provided by Xcode Command Line Tools.Hiroshi SHIBATA
2023-07-06Disable YJIT if objcopy command is oldNobuyoshi Nakada
2023-07-05Explain why YJIT is disabled for clang<=9 [ci skip]Takashi Kokubun
2023-07-05Note that YJIT requires FLONUM [ci skip]Nobuyoshi Nakada
2023-07-05also disable yjit for clang < 10卜部昌平
2023-07-05disable yjit when for non-flonum卜部昌平
2023-07-04chore: add blank lines [ci skip]卜部昌平
2023-07-04chore: just add spaces [ci skip]卜部昌平
2023-07-04refactor extract mkdir卜部昌平
2023-06-30Compile code for lazy ISeq loding alwaysNobuyoshi Nakada
2023-06-30Compile code for non-embedded CI alwaysNobuyoshi Nakada
2023-06-30Compile debugging code for stress to class alwaysNobuyoshi Nakada
2023-06-30Compile debugging code for integer pack alwaysNobuyoshi Nakada
2023-06-30Stop `DEBUG_FIND_TIME_NUMGUESS` compilationNobuyoshi Nakada
2023-06-29proper path卜部昌平
2023-06-29refactor extract ${{ ghithub }} expressions卜部昌平
2023-06-12Bump actions/checkout from 3.5.2 to 3.5.3dependabot[bot]
2023-06-08Pass -Werror=lto-type-mismatch for GCC LTO jobsSam James
2023-05-12Revert "Don't call action-slack if SLACK_WEBHOOK_URL is not set"NARUSE, Yui
2023-05-12give up checking old compilers卜部昌平
2023-05-12Don't call action-slack if SLACK_WEBHOOK_URL is not setNARUSE, Yui
2023-05-08add CI matrix for clang 17 / GCC 13卜部昌平
2023-04-26Add a CI check for ext/SetupAlan Wu
2023-04-19Ignore markdown files only commits [ci skip]Nobuyoshi Nakada
2023-04-14Bump actions/checkout from 3.5.0 to 3.5.2dependabot[bot]
2023-04-04[Feature #19579] Remove !USE_RVARGC code (#7655)Peter Zhu
2023-04-03Check leaked global symbols by defaultNobuyoshi Nakada
2023-03-31Revert "dump `RUBY_DEBUG_LOG` logs into `/dev/null`"Koichi Sasada
2023-03-31dump `RUBY_DEBUG_LOG` logs into `/dev/null`Koichi Sasada
2023-03-30enable GH actions on `USE_RUBY_DEBUG_LOG=1`Koichi Sasada