summaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)Author
2025-10-08post_push.yml: Backport commit-mail to ruby_3_4 (#14781)Takashi Kokubun
2025-10-08Backport fetch_changesets to ruby_3_4 (#14772)Takashi Kokubun
2025-10-07Backport post_push.yml workflow to ruby_3_4 (#14769)Takashi Kokubun
2025-10-02macos.yml: macOS 13 hosted runner image is closing downTakashi Kokubun
https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/
2025-09-08YJIT: Make the workflow names consistent with file namesTakashi Kokubun
2025-08-27CI: windows: Skip rebuilding vcpkg packages when cache restoredNobuyoshi Nakada
2025-08-27CI: windows: Use possibly faster device for TMP/TEMPNobuyoshi Nakada
2025-08-27Save vcpkg cache with master and stable branchesHiroshi SHIBATA
2025-08-27[Backport #21546] Make the generated pc file relocatableNobuyoshi Nakada
2025-07-15Split restore and save actions from action/cache. We need to save always ↵Hiroshi SHIBATA
vcpkg cache
2025-07-09Re-ordered vcpkg related steps. It may be affected with VsDevCmd.batHiroshi SHIBATA
2025-07-09Use the latest version of Visual Studio with windows-2022 runner imageHiroshi SHIBATA
2025-06-25Specified --vcpkg-root with scoop directoryHiroshi SHIBATA
2025-06-25Replaced built-in binary cache of vcpkg to actions/cacheHiroshi SHIBATA
``` %VCPKG_BINARY_SOURCES%: warning: The 'x-gha' binary caching backend has been removed. Consider using a NuGet-based binary caching provider instead, see extended documentation at https://learn.microsoft.com/vcpkg/users/binarycaching?WT.mc_id=vcpkg_inproduct_cli. on expression: clear;x-gha,readwrite ```
2025-06-25Added rake test to allow failuresHiroshi SHIBATA
2025-06-24Try to use windows-2025 runner for test-bundled-gemsHiroshi SHIBATA
2025-06-24Try to use the latest version of winsdk in windows-2025 runnerHiroshi SHIBATA
2025-06-24Try to use the latest version of Visual Studio in windows-2025 runner.Hiroshi SHIBATA
2025-05-22windows-2025 runner removed D drive from their environmentHiroshi SHIBATA
2025-05-22Disabled TRAP cache of CodeQLHiroshi SHIBATA
2025-05-01Use windows-2022 image for test-bundled-gemsHiroshi SHIBATA
rake test is broken with system ruby https://github.com/ruby/ruby/actions/runs/14768933827/job/41465573970?pr=13221
2025-05-01Bump up the latest version of actionsHiroshi SHIBATA
2025-05-01ubuntu-20.04 is retiredHiroshi SHIBATA
2025-05-01Rename matrix.vs to matrix.os. It's not Visual Studio version nowHiroshi SHIBATA
2025-05-01Use windows-2022 and windows-2025 because windows-2019 is EOL at June 2025Hiroshi SHIBATA
2025-04-30Supply LIBCLANG_PATH for clang-14 for yjit-bindgenAlan Wu
Or else it gets confused from all the different versions of LLVM in the image.
2025-04-30Use clang-14 to match the libclang version bindgen finds by defaultAlan Wu
2025-04-30sd ubuntu-20.04 ubuntu-22.04 .github/workflows/*Hiroshi SHIBATA
2025-04-03Enforce to use CMake 3 because CMake 4 is not compatible to build libyaml ↵Hiroshi SHIBATA
via vcpkg
2025-02-28Visual Studio 2022 17.13.x couldn't build miniruby.exe. It prevents other PRs.Hiroshi SHIBATA
https://github.com/actions/runner-images/commit/e43209e1398efe7739e42509162b3187515b9359 ``` user32.lib advapi32.lib shell32.lib ws2_32.lib iphlpapi.lib gmp.lib imagehlp.lib shlwapi.lib bcrypt.lib linking miniruby.exe Creating library miniruby.lib and object miniruby.exp [BUG] heap_idx_for_size: allocation size too large (size=145u, heap_idx=25u) ruby 3.5.0dev (2025-02-28T01:12:37Z pull/12827/merge 3d6a5a1883) [x64-mswin64_140] ``` ``` user32.lib advapi32.lib shell32.lib ws2_32.lib iphlpapi.lib imagehlp.lib shlwapi.lib bcrypt.lib linking miniruby.exe NMAKE : fatal error U1077: '@ miniruby.exe -v' : return code '0xc0000005' ```
2025-02-13Use configu.guess with wasi compatible versionHiroshi SHIBATA
2025-02-13merge revision(s) 051af9529b03c11aff8f6a09522c69983e3a9d72: [Backport #21017]Takashi Kokubun
[Bug #21017] Fix `--with-parser` configure option
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>