summaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)Author
2025-01-28Try to extract bundled gemsHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12649
2025-01-23Added actions/labelerHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12609
2025-01-20Supply LIBCLANG_PATH for clang-14 for yjit-bindgenAlan Wu
Or else it gets confused from all the different versions of LLVM in the image. Notes: Merged: https://github.com/ruby/ruby/pull/12589
2025-01-20Use clang-14 to match the libclang version bindgen finds by defaultAlan Wu
Notes: Merged: https://github.com/ruby/ruby/pull/12589
2025-01-20Use configu.guess with wasi compatible versionHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12589
2025-01-20sd ubuntu-20.04 ubuntu-22.04 .github/workflows/*Hiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12589
2025-01-20Ubuntu 20.04 will be EOL at Apr 2025Hiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12589
2025-01-18CI: Skip setup-ruby on Ubuntu arm64Nobuyoshi Nakada
Use system default 3.2.3, until setup-ruby supports Ubuntu arm64 runners. Notes: Merged: https://github.com/ruby/ruby/pull/12594
2025-01-18CI: Add Ubuntu arm64Nobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/12594
2025-01-10Revert "[MMTk/CI] Skip Ractor btests with MMTk"Peter Zhu
This reverts commit 58b4e249ed8d33fc78528bc77516d541c04d65f2. The bug that it encountered was fixed in f76d40789d2c7185df26e925636827c06eda7157. Notes: Merged: https://github.com/ruby/ruby/pull/12543
2025-01-08[Bug #21017] Fix `--with-parser` configure optionNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/12532
2025-01-06Try to update the latest version of vcpkgHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12064
2024-12-31Update to latest setup-ruby manually since dependabot is brokenBenoit Daloze
Notes: Merged: https://github.com/ruby/ruby/pull/12492
2024-12-31Run spec_guards when changing its workflow definitionBenoit Daloze
Notes: Merged: https://github.com/ruby/ruby/pull/12492
2024-12-31Add 3.4 to the spec_guards workflowBenoit Daloze
Notes: Merged: https://github.com/ruby/ruby/pull/12492
2024-12-23CI: auto-update workflow makes sense only on ruby/ruby [ci skip]Nobuyoshi Nakada
2024-12-22Add `hello`Nobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/12427
2024-12-22Simplify MODULAR_GC_DIR settingNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/12428
2024-12-22Split `modular-gc` into build and installationNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/12428
2024-12-18Extract auto-update workflow for default gems on NEWS.mdHiroshi SHIBATA
We should stop it until final release of Ruby. Notes: Merged: https://github.com/ruby/ruby/pull/12381
2024-12-13Bump github/codeql-action from 3.27.7 to 3.27.9dependabot[bot]
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.7 to 3.27.9. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/babb554ede22fd5605947329c4d04d8e7a0b8155...df409f7d9260372bd5f19e5b04e83cb3c43714ae) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Notes: Merged: https://github.com/ruby/ruby/pull/12327
2024-12-12Launchable: Start recording test-spec results (#12302)Naoto Ono
Notes: Merged-By: ono-max <onoto1998@gmail.com>
2024-12-11Bump github/codeql-action from 3.27.6 to 3.27.7dependabot[bot]
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.6 to 3.27.7. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/aa578102511db1f4524ed59b8cc2bae4f6e88195...babb554ede22fd5605947329c4d04d8e7a0b8155) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Notes: Merged: https://github.com/ruby/ruby/pull/12306
2024-12-09Enable more Launchable integration in bootstraptest and test-all (#12255)Naoto Ono
Notes: Merged-By: ono-max <onoto1998@gmail.com>
2024-12-06[MMTk/CI] Skip Ractor btests with MMTkMatt Valentine-House
currently these are flaky, so until we can make them more robust, we'll skip them for MMTk CI Notes: Merged: https://github.com/ruby/ruby/pull/12212
2024-12-06Remove the GC build check in Ubuntu.ymlMatt Valentine-House
Notes: Merged: https://github.com/ruby/ruby/pull/12212
2024-12-06Add Modular GC (default, MMTk) builds to CIMatt Valentine-House
Notes: Merged: https://github.com/ruby/ruby/pull/12212
2024-12-06We need to specify --with-opt-dir for jemalloc installation pathHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12273
2024-12-06Added -with-gmp build to macOSHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12273
2024-12-06Added jemalloc build to GitHub ActionsHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12273
2024-12-05Standardize on the name "modular GC"Peter Zhu
We have name fragmentation for this feature, including "shared GC", "modular GC", and "external GC". This commit standardizes the feature name to "modular GC" and the implementation to "GC library". Notes: Merged: https://github.com/ruby/ruby/pull/12261
2024-12-04Bump github/codeql-action from 3.27.5 to 3.27.6dependabot[bot]
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.5 to 3.27.6. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/f09c1c0a94de965c15400f5634aa42fac8fb8f88...aa578102511db1f4524ed59b8cc2bae4f6e88195) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Notes: Merged: https://github.com/ruby/ruby/pull/12251
2024-12-03Enable Launchable integration in compilers.yml (#12136)Naoto Ono
Notes: Merged-By: ono-max <onoto1998@gmail.com>
2024-11-29Dont't need to run nmake testHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12205
2024-11-29Use only -j option for test optionHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12205
2024-11-29nmake check is working now with Windows platformHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12205
2024-11-28Always declared gems that are test failures on Windows to allowed failures listHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12193
2024-11-28Exclude successful gems from TEST_BUNDLED_GEMS_ALLOW_FAILURESHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12193
2024-11-28Skip test-all on nmake test-bundled-gemsHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12193
2024-11-28Try to run nmake test-bundled-gems in Windows platformHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12193
2024-11-26Clear shared_gc directoryNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/12166
2024-11-25Use extconf to build external GC modulesMatt Valentine-House
Co-Authored-By: Peter Zhu <peter@peterzhu.ca> Notes: Merged: https://github.com/ruby/ruby/pull/12149
2024-11-21Fix typo in parse.y GH Actions workflowMatt Valentine-House
with-praser -> with-parser Notes: Merged: https://github.com/ruby/ruby/pull/12131
2024-11-21Bump github/codeql-action from 3.27.4 to 3.27.5dependabot[bot]
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.4 to 3.27.5. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/ea9e4e37992a54ee68a9622e985e60c8e8f12d9f...f09c1c0a94de965c15400f5634aa42fac8fb8f88) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Notes: Merged: https://github.com/ruby/ruby/pull/12135
2024-11-15Bump github/codeql-action from 3.27.3 to 3.27.4dependabot[bot]
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.3 to 3.27.4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/396bb3e45325a47dd9ef434068033c6d5bb0d11a...ea9e4e37992a54ee68a9622e985e60c8e8f12d9f) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Notes: Merged: https://github.com/ruby/ruby/pull/12095
2024-11-13[CI] add GCC 14卜部昌平
Notes: Merged: https://github.com/ruby/ruby/pull/12073
2024-11-13Bump github/codeql-action from 3.27.1 to 3.27.3dependabot[bot]
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.1 to 3.27.3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/4f3212b61783c3c68e8309a0f18a699764811cda...396bb3e45325a47dd9ef434068033c6d5bb0d11a) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Notes: Merged: https://github.com/ruby/ruby/pull/12071
2024-11-12CI: check_dependencies.yml is now required [ci skip]Nobuyoshi Nakada
`paths-ignore` cannot be used for required status checks.
2024-11-11Added -j2Hiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12051
2024-11-11Fixed dependencies nameHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12051