summaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)Author
2024-09-30CI: Remove `ENABLE_PATH_CHECK` compilationNobuyoshi Nakada
As `ENABLE_PATH_CHECK` is defaulted to 1 on other than DOSISH and Cygwin, setting this macro to 1 on Ubuntu changes nothing from the default. As for `ENABLE_PATH_CHECK=0` tests, we have real CI platforms already.
2024-09-29Bump actions/checkoutNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/11723
2024-09-27RGENGC_FORCE_MAJOR_GC is disabled same as current HEADHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/11217
2024-09-27Use user.login instead of actorHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/11217
2024-09-27sequential execution of some CI tasks卜部昌平
reduced parallelism from some 50-ish to 10-ish so that other jobs can run. Notes: Merged: https://github.com/ruby/ruby/pull/11217
2024-09-25Bump github/codeql-action from 3.26.8 to 3.26.9dependabot[bot]
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.8 to 3.26.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/294a9d92911152fe08befb9ec03e240add280cb3...461ef6c76dfe95d5c364de2f431ddbd31a417628) --- 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>
2024-09-24mingw.yml - fixup to use ucrt, loggingMSP-Greg
Notes: Merged: https://github.com/ruby/ruby/pull/11015
2024-09-24Bump github/codeql-action from 3.26.7 to 3.26.8dependabot[bot]
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.7 to 3.26.8. - [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/8214744c546c1e5c8f03dde8fab3a7353211988d...294a9d92911152fe08befb9ec03e240add280cb3) --- 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/11650
2024-09-24Show volume details at Windows platform of GHAHiroshi SHIBATA
2024-09-20Update parsey.yml as othersNobuyoshi Nakada
2024-09-18Detect existing Visual Studio instances using `vswhere.exe`Nobuyoshi Nakada
https://learn.microsoft.com/en-us/visualstudio/install/tools-for-managing-visual-studio-instances?view=vs-2022#using-vswhereexe > `vswhere.exe` is automatically included in Visual Studio 2017 and > later
2024-09-17Bump github/codeql-action from 3.26.6 to 3.26.7dependabot[bot]
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.6 to 3.26.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/4dd16135b69a43b6c8efb853346f8437d92d3c93...8214744c546c1e5c8f03dde8fab3a7353211988d) --- 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/11628
2024-09-12Switch the default parser from parse.y to PrismKevin Newton
This commit switches the default parser to Prism. There are a couple of additional changes related to this that are a part of this as well to make this happen. * Switch the default parser in parse.h * Remove the Prism-specific workflow and add a parse.y-specific workflow to CI so that it continues to be tested * Update a few test exclusions since Prism has the correct behavior but parse.y doesn't per https://bugs.ruby-lang.org/issues/20504. * Skips a couple of tests on RBS which are failing because they are using RubyVM::AbstractSyntaxTree.of. Fixes [Feature #20564] Notes: Merged: https://github.com/ruby/ruby/pull/11497
2024-09-09Update clang for LTONobuyoshi Nakada
2024-09-09Run just bignum related tests when gmp enabledNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/11574
2024-09-08Try to run gorubyNobuyoshi Nakada
2024-09-04Test with Ubuntu 24.04Hiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/11539
2024-09-04Bump up openssl-3.0.15Hiroshi SHIBATA
2024-09-03Added missing client_payload for ruby-buildHiroshi SHIBATA
2024-09-02Try to fix AWS_CLI_OPTS with AWS_ACCESS_KEY_IDTakashi Kokubun
2024-09-02Drop `--profile ruby` on the release workflowTakashi Kokubun
2024-09-02CI: windows.yml: Drop pull-request - path-ignore.Jun Aruga
It's to avoid the stucking "Windows result" job. It seems only the files included in the list of the pull-request - path-ignore, GitHub Actions "Windows result" permanently waits for the jobs that don't exist. Notes: Merged: https://github.com/ruby/ruby/pull/11509
2024-09-02Bump actions/upload-artifact from 4.3.6 to 4.4.0dependabot[bot]
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.4.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/834a144ee995460fba8ed112a2fc961b36a5ec5a...50769540e7f4bd5e21e526ee35c689e35e0d6874) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Notes: Merged: https://github.com/ruby/ruby/pull/11529
2024-09-01Bump github/codeql-action from 3.26.5 to 3.26.6dependabot[bot]
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.5 to 3.26.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/2c779ab0d087cd7fe7b826087247c2c81f27bfa6...4dd16135b69a43b6c8efb853346f8437d92d3c93) --- 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/11506
2024-08-30[macOS CI] Delete big SDKs to avoid exhausting disk spaceAlan Wu
Lately we've seen frequent failures on macOS GitHub Action runs due to disk space issues. Poking with du(1) revealed that /Library/Developer/CoreSimulator/Caches/dyld was growing to be multiple gigbytes. Deleting unused stuff is a known workaround to space issues. https://github.com/actions/runner-images/issues/2840#issuecomment-790492173 Notes: Merged: https://github.com/ruby/ruby/pull/11488
2024-08-26Bump github/codeql-action from 3.26.4 to 3.26.5dependabot[bot]
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.4 to 3.26.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/f0f3afee809481da311ca3a6ff1ff51d81dbeb24...2c779ab0d087cd7fe7b826087247c2c81f27bfa6) --- 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/11457
2024-08-22Strictly checking pull-request authorHiroshi SHIBATA
2024-08-22Fix commented version of codeql-action/upload-sarif [ci skip]Nobuyoshi Nakada
Dependabot will update matching version comments.
2024-08-22Bump github/codeql-action from 3.26.3 to 3.26.4dependabot[bot]
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.3 to 3.26.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/883d8588e56d1753a8a58c1c86e88976f0c23449...f0f3afee809481da311ca3a6ff1ff51d81dbeb24) --- 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/11431
2024-08-22automerge needs windows resultsHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/11429
2024-08-20Bump github/codeql-action from 3.26.2 to 3.26.3dependabot[bot]
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.2 to 3.26.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/429e1977040da7a23b6822b13c129cd1ba93dbb2...883d8588e56d1753a8a58c1c86e88976f0c23449) --- 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/11410
2024-08-15Bump github/codeql-action from 3.26.1 to 3.26.2dependabot[bot]
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.1 to 3.26.2. - [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/29d86d22a34ea372b1bbf3b2dced2e25ca6b3384...429e1977040da7a23b6822b13c129cd1ba93dbb2) --- 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/11383
2024-08-14Bump github/codeql-action from 3.26.0 to 3.26.1dependabot[bot]
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.0 to 3.26.1. - [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/eb055d739abdc2e8de2e5f4ba1a8b246daa779aa...29d86d22a34ea372b1bbf3b2dced2e25ca6b3384) --- 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/11374
2024-08-11Increase timeout of test-bundler-parallelNobuyoshi Nakada
Even if it succeeds, it takes almost 40 minutes.
2024-08-07Bump github/codeql-action from 3.25.15 to 3.26.0dependabot[bot]
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.15 to 3.26.0. - [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/afb54ba388a7dca6ecae48f608c4ff05ff4cc77a...eb055d739abdc2e8de2e5f4ba1a8b246daa779aa) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Notes: Merged: https://github.com/ruby/ruby/pull/11320
2024-08-07Bump actions/upload-artifact from 4.3.5 to 4.3.6dependabot[bot]
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.5 to 4.3.6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/89ef406dd8d7e03cfd12d9e0a4a378f454709029...834a144ee995460fba8ed112a2fc961b36a5ec5a) --- updated-dependencies: - dependency-name: actions/upload-artifact 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/11319
2024-08-06tool/gen-github-release.rb required recent version of RubyHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/11312
2024-08-06Create GitHub Releases with GitHub ActionsHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/11312
2024-08-05Bump actions/upload-artifact from 4.3.4 to 4.3.5dependabot[bot]
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.3.5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/0b2256b8c012f0828dc542b3febcab082c67f72b...89ef406dd8d7e03cfd12d9e0a4a378f454709029) --- updated-dependencies: - dependency-name: actions/upload-artifact 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/11309
2024-08-02Auto-purge after package releaseHiroshi SHIBATA
2024-08-02Notify ruby-build for definition updateHiroshi SHIBATA
2024-08-02Notify update workflow for all-rubyHiroshi SHIBATA
https://github.com/ruby/all-ruby/blob/master/.github/workflows/update.yml
2024-08-01Integrate Launchable into windowsNaoto Ono
Notes: Merged: https://github.com/ruby/ruby/pull/11272
2024-08-01Added workflow for building snapcraftHiroshi SHIBATA
https://github.com/ruby/snap.ruby/actions/runs/10189575392/job/28187867439 Notes: Merged: https://github.com/ruby/ruby/pull/11286
2024-08-01Also update version index fileHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/11286
2024-08-01Added workflow dispatchHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/11286
2024-08-01We should run release.sh with release tagHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/11286
2024-08-01Added draft release action with taggingHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/11286
2024-08-01Removed refs/tags from ruby versionHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/11286
2024-08-01Create docker image with release tag automaticallyHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/11286