summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2024-01-10Bump ruby/setup-ruby from 1.160.0 to 1.165.1dependabot[bot]
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.160.0 to 1.165.1. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](https://github.com/ruby/setup-ruby/compare/036ef458ddccddb148a2b9fb67e95a22fdbf728b...360dc864d5da99d54fcb8e9148c14a84b90d3e88) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-01-10Bump lewagon/wait-on-check-action from 1.3.1 to 1.3.3dependabot[bot]
Bumps [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action) from 1.3.1 to 1.3.3. - [Release notes](https://github.com/lewagon/wait-on-check-action/releases) - [Commits](https://github.com/lewagon/wait-on-check-action/compare/e106e5c43e8ca1edea6383a39a01c5ca495fd812...595dabb3acf442d47e29c9ec9ba44db0c6bdd18f) --- updated-dependencies: - dependency-name: lewagon/wait-on-check-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-01-11Try to fixup ad3db6711c4aa48c82f4091342aab7394ee45736Hiroshi SHIBATA
directory value may be not support glob files from subdirectories
2024-01-11Revert "Update files under .github other than workflows"Hiroshi SHIBATA
This reverts commit ad3db6711c4aa48c82f4091342aab7394ee45736. Above commit break dependabot update since Nov, 2023.
2024-01-10Add a GitHub workflow for prism btestsKevin Newton
2024-01-09Add Visual Studio 2015 job on GitHub Actions (#9452)Takashi Kokubun
[[Feature #19982]](https://bugs.ruby-lang.org/issues/19982)
2023-12-28ci: Fixup for 301a7b1eYuta Saito
* Remove debugging code * Fix path to github-pr-info.txt, which is used when labeled before build completes * Add a check to skip the build if the build is completed but the PR is not labeled with Playground
2023-12-26CI matrix for 3.3卜部昌平
2023-12-26ci: Post Playground link to PRYuta Saito
This commit adds a new workflow `pr-playground.yml` that posts a Wasm-based PR playground link to the PR when it's labeled with `playground`.
2023-12-25Skip AppVeyor and GitHub if only other CI files are changedNobuyoshi Nakada
2023-12-25Run spec_guards only when spec files changed [ci skip]Nobuyoshi Nakada
2023-12-25Check for C99 features which may not be supportedNobuyoshi Nakada
Continue on error because it is known that this fails right now. Once fixed, we'll turn it off.
2023-12-17Shorten the workflow nameTakashi Kokubun
Looking at the name in the list, "Miscellaneous / Miscellaneous checks" seems too verbose/repetitive. Let's make it "Misc / Miscellaneous checks".
2023-12-17Make the check_misc job name more descriptiveTakashi Kokubun
We're going to add check_misc as a required status check, and "checks" was a bit too vague for matching the job name.
2023-12-14Trigger auto-request-review only for master branchTakashi Kokubun
2023-12-12Move --repeat-count=2 job to macos-arm-oss (#9208)Takashi Kokubun
2023-12-12Remove a duplicated jobTakashi Kokubun
This was first added in b481b673d75, but 197e91f357 added -DUNIVERSAL_PARSER to the Compilers workflow as well. Given the nature of this test and the fact that it also runs make test-all besides make test, I think it's better to keep only the Compilers one.
2023-11-24Place continue-on-error consistentlyTakashi Kokubun
Once it fails on "Perform CodeQL Analysis", it proceeds to subsequent steps and fails because required files are not created by previous steps. When we have a continue-on-error, all subsequent steps that rely on the step should have a continue-on-error as well.
2023-11-23[wasm] Upload install directory as artifact to GitHub ActionsYuta Saito
2023-11-23[wasm] Build baseruby from the same revision for cross-compilingYuta Saito
> Note that on cross compiling BASERUBY should be the same version of the building ruby. > https://github.com/ruby/ruby/wiki/Developer-How-To#prerequisite
2023-11-23[wasm] Update binaryen to version 113Yuta Saito
2023-11-23[wasm] Update wasmtime to version 15Yuta Saito
2023-11-23[wasm] Update wasi-sdk to version 20Yuta Saito
2023-11-19[wasm] Enable more ext libraries on CI as much as possibleYuta Saito
2023-11-17mingw.yml - remove encoding, run tests in cmd shellMSP-Greg
2023-11-10Update checkoutJuanjo Bazán
2023-11-09Update files under .github other than workflowsNobuyoshi Nakada
While `directory: "/"` is defaulted to ".github/workflows", we need to update the files under ".github/actions".
2023-11-08YJIT: Disable code GC (#8865)Takashi Kokubun
Co-authored-by: Alan Wu <alansi.xingwu@shopify.com> Co-authored-by: Maxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com>
2023-11-07Bump ruby/setup-ruby from 1.159.0 to 1.160.0dependabot[bot]
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.159.0 to 1.160.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](https://github.com/ruby/setup-ruby/compare/54a18e26dbbb1eabc604f317ade9a5788dddef81...036ef458ddccddb148a2b9fb67e95a22fdbf728b) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-11-06Revert an unwanted sync from RelineTakashi Kokubun
It wasn't supposed to be sync-ed in: 2dd32e7c3b6904e61b9068596f5e4e82920c1fb0
2023-11-06[ruby/reline] Test Reline::Face without mockingStan Lo
(https://github.com/ruby/reline/pull/600) * Test Reline::Face without mocking Because `test-unit-rr` is not a default gem, using it would break CRuby's CI. * Add ruby-core workflow https://github.com/ruby/reline/commit/d2189ac436
2023-11-05Check non-ASCII code in more sources including generated filesNobuyoshi Nakada
2023-10-31Add a --disable-yjit job for Ubuntu CIJeremy Evans
Currently, we do not have an amd64 job that runs with YJIT disabled and runs the full check task. Most amd64 jobs implicitly have YJIT enabled, even though --enable-yjit was not specified. This makes it easier to determine whether a problem is YJIT-related or not by reviewing CI logs.
2023-10-28Fix a typo [ci skip]Nobuyoshi Nakada
2023-10-27Select the destination for the latest date by whether inplace modeNobuyoshi Nakada
2023-10-26Let bundled_gems use matzbot's token for git pushTakashi Kokubun
2023-10-26Bump ruby/setup-ruby from 1.158.0 to 1.159.0dependabot[bot]
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.158.0 to 1.159.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](https://github.com/ruby/setup-ruby/compare/cd48c8e22733480b66887b42bfeb6c0b88ea1a56...54a18e26dbbb1eabc604f317ade9a5788dddef81) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-10-26Remove JavaScript templatesKevin Newton
2023-10-26[ruby/prism] Compile with WASIKevin Newton
https://github.com/ruby/prism/commit/73c44b0b9c
2023-10-26[wasm] Check exts build working on ciYuta Saito
This is a preparation for enabling spec test
2023-10-25Bump ruby/setup-ruby from 1.157.0 to 1.158.0dependabot[bot]
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.157.0 to 1.158.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](https://github.com/ruby/setup-ruby/compare/a05e47355e80e57b9a67566a813648fa67d92011...cd48c8e22733480b66887b42bfeb6c0b88ea1a56) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-10-25Do not append latest_date to gems/bundled_gems [ci skip]Kazuhiro NISHIYAMA
2023-10-23Bump ossf/scorecard-action from 2.3.0 to 2.3.1dependabot[bot]
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](https://github.com/ossf/scorecard-action/compare/483ef80eb98fb506c348f7d62e28055e49fe2398...0864cf19026789058feabb7e87baa5f140aac736) --- updated-dependencies: - dependency-name: ossf/scorecard-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-10-24Clean up temporary file, wc.input [ci skip]Nobuyoshi Nakada
2023-10-24Use extquote instead of literal tabs [ci skip]Nobuyoshi Nakada
2023-10-23Set date in message to the latest gem date [ci skip]Nobuyoshi Nakada
2023-10-23Use outputs instead of outcome with continue-on-error [ci skip]Nobuyoshi Nakada
Suppress exit code annotations.
2023-10-22Bump ruby/setup-ruby from 1.156.0 to 1.157.0dependabot[bot]
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.156.0 to 1.157.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](https://github.com/ruby/setup-ruby/compare/5cfe23c062c0aac352e765b1b7cc12ea5255ccc4...a05e47355e80e57b9a67566a813648fa67d92011) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-10-19Cirrus CI has been removed [ci skip]Nobuyoshi Nakada
2023-10-17Bump actions/checkout from 4.1.0 to 4.1.1dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/8ade135a41bc03ea155e62e844d188df1ea18608...b4ffde65f46336ab88eb53be808477a3936bae11) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>