aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/ubuntu.yml
Commit message (Collapse)AuthorAgeFilesLines
* Check leaked global symbols by defaultNobuyoshi Nakada2023-04-031-2/+0
|
* Fix a test in typeprofTakashi Kokubun2023-04-011-1/+1
| | | | | | Revert "Skip typeprof for now" This reverts commit bdbf663cef31e2194bf87ae5c11dfe5525316ca8.
* Skip typeprof for nowTakashi Kokubun2023-04-011-1/+1
| | | | | | It started failing probably because ISEQ removed an unused field. I'll have a look at fixing it on the typeprof side, but let me skip it until it's fixed.
* Use merge_groupNARUSE, Yui2023-03-281-0/+7
|
* Bump actions/checkout from 3.4.0 to 3.5.0dependabot[bot]2023-03-281-1/+1
| | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3.4.0 to 3.5.0. - [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/24cb9080177205b6e8c946b17badbe402adc938f...8f4b7f84864484a7bf31766abe9204da3cbe65b3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Disable `-w` on bundler and bundled gems testsNobuyoshi Nakada2023-03-201-2/+4
|
* Enable `-w` option at testNobuyoshi Nakada2023-03-201-1/+1
|
* Bump actions/cache from 3.2.6 to 3.3.1dependabot[bot]2023-03-171-1/+1
| | | | | | | | | | | | | | | Bumps [actions/cache](https://github.com/actions/cache) from 3.2.6 to 3.3.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.2.6...88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump actions/checkout from 3.3.0 to 3.4.0dependabot[bot]2023-03-171-1/+1
| | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.4.0. - [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/v3.3.0...24cb9080177205b6e8c946b17badbe402adc938f) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump ruby/action-slack from 3.0.0 to 3.2.1dependabot[bot]2023-03-141-1/+1
| | | | | | | | | | | | | | Bumps [ruby/action-slack](https://github.com/ruby/action-slack) from 3.0.0 to 3.2.1. - [Release notes](https://github.com/ruby/action-slack/releases) - [Commits](https://github.com/ruby/action-slack/compare/b6882ea6ef8f556f9f9af9ec1220d3f1ced74acf...0bd85c72233cdbb6a0fe01d37aaeff1d21b5fce1) --- updated-dependencies: - dependency-name: ruby/action-slack dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Revert "Update ruby/action-slack v3.1.1 (#7505)"Takashi Kokubun2023-03-111-1/+1
| | | | | | | | | | This reverts commit 2570374bc8779a923f3bc42fe1731eefbb743edf. Revert "Bump ruby/action-slack from 3.0.0 to 3.1.0" This reverts commit 39511b8b2304f41efe5b09ac87a0fb32931653f0. Neither v3.1.0 nor v3.1.1 seems working correctly.
* Update ruby/action-slack v3.1.1 (#7505)Hiroshi SHIBATA2023-03-111-1/+1
|
* Bump ruby/action-slack from 3.0.0 to 3.1.0dependabot[bot]2023-03-081-1/+1
| | | | | | | | | | | | | | Bumps [ruby/action-slack](https://github.com/ruby/action-slack) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/ruby/action-slack/releases) - [Commits](https://github.com/ruby/action-slack/compare/b6882ea6ef8f556f9f9af9ec1220d3f1ced74acf...36bda26f63ca8a3787504418657edbbc1a3f5361) --- updated-dependencies: - dependency-name: ruby/action-slack dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Fix rbs (#7415)Soutaro Matsumoto2023-03-021-1/+1
| | | | * Update RBS to skip validation task * Revert TEST_BUNDLED_GEMS_ALLOW_FAILURES
* Allow failing rbs failures for nowTakashi Kokubun2023-03-011-1/+1
| | | | | | | will wait until soutaro fixes it. The problem of bundled gems is that you can't really revert it as long as you have scheduled "update bundled_gems".
* Bump actions/cache from 3.2.5 to 3.2.6dependabot[bot]2023-02-221-1/+1
| | | | | | | | | | | | | | | Bumps [actions/cache](https://github.com/actions/cache) from 3.2.5 to 3.2.6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/6998d139ddd3e68c71e9e398d8e40b71a2f39812...69d9d449aced6a2ede0bc19182fadc3a0a42d2b0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump actions/cache from 3.2.4 to 3.2.5dependabot[bot]2023-02-161-1/+1
| | | | | | | | | | | | | | | Bumps [actions/cache](https://github.com/actions/cache) from 3.2.4 to 3.2.5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/627f0f41f6904a5b1efbaed9f96d9eb58e92e920...6998d139ddd3e68c71e9e398d8e40b71a2f39812) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump actions/cache from 3.2.2 to 3.2.4dependabot[bot]2023-02-011-1/+1
| | | | | | | | | | | | | | | Bumps [actions/cache](https://github.com/actions/cache) from 3.2.2 to 3.2.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/4723a57e26efda3a62cbde1812113b730952852d...627f0f41f6904a5b1efbaed9f96d9eb58e92e920) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump actions/checkout from 3.2.0 to 3.3.0dependabot[bot]2023-02-011-1/+1
| | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.3.0. - [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/755da8c3cf115ac066823e79a1e1788f8940201b...ac593985615ec2ede58e132d2e21d2b1cbd6127c) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Test VM_CHECK_MODE on GitHub Actions (#7204)Takashi Kokubun2023-01-311-3/+2
| | | | It's disabled in compilers.yml, but it's nice to test CHECK_CANAY on GitHub Actions as well.
* Fix a broken matrix (#7207)Takashi Kokubun2023-01-301-1/+5
| | | $arch and $configure seem to be just ignored in #7205.
* Use matrix.entry for the Ubuntu workflow (#7205)Takashi Kokubun2023-01-301-9/+4
| | | | | This seems easier to understand. Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
* Bump actions/cache from 3.2.0 to 3.2.2dependabot[bot]2023-01-031-1/+1
| | | | | | | | | | | | | | | Bumps [actions/cache](https://github.com/actions/cache) from 3.2.0 to 3.2.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/c17f4bf4666a8001b1a45c09eb7a485c41aa64c3...4723a57e26efda3a62cbde1812113b730952852d) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* test-syntax-suggest is run by check nowNobuyoshi Nakada2022-12-231-1/+0
|
* Bump actions/checkout from 3.1.0 to 3.2.0dependabot[bot]2022-12-231-1/+1
| | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.0. - [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/93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8...755da8c3cf115ac066823e79a1e1788f8940201b) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump actions/cache from 3.0.11 to 3.2.0dependabot[bot]2022-12-231-1/+1
| | | | | | | | | | | | | | | Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.2.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7...c17f4bf4666a8001b1a45c09eb7a485c41aa64c3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Ignore man directories entirely [ci skip]Nobuyoshi Nakada2022-12-201-4/+2
|
* Added permission restrictions for GitHub actionsHiroshi SHIBATA2022-11-281-0/+3
|
* [StepSecurity] ci: Harden GitHub ActionsStepSecurity Bot2022-11-251-3/+3
| | | Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>
* Use ruby/action-slack@v3.0.0 and ref_name (#6633)Takashi Kokubun2022-10-251-2/+2
| | | | | | | | | | It's moved from k0kubun to ruby org. Also, we don't need JavaScript eval to generate branch if we use github.ref_name, so v3.0.0 is a version that doesn't use eval. Co-Authored-By: Nobuyoshi Nakada <nobu@ruby-lang.org> Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
* Ignore manual files only commits [ci skip]Nobuyoshi Nakada2022-10-181-0/+4
|
* Binstubs test with relative path seems passing nowNobuyoshi Nakada2022-09-221-2/+0
|
* Improve Ubuntu GitHub Actions (#6413)Takashi Kokubun2022-09-221-12/+15
| | | | Make the job names more understandable and avoid testing too many duplicated things.
* Added test-syntax-suggest to CIHiroshi SHIBATA2022-08-261-1/+1
|
* Ubuntu 18.04 in GHA is deprecated from Aug 8,2022Hiroshi SHIBATA2022-08-231-1/+0
| | | | https://github.com/actions/runner-images/issues/6002
* Ignore `.document` only commits [ci skip]Nobuyoshi Nakada2022-08-221-0/+2
|
* Bundled gems test needs `prepare-gems`Nobuyoshi Nakada2022-07-251-2/+2
| | | | | `prepare-gems` downloads and extracts the bundled gems, and these gems are built by `build-exts` now.
* Use `matrix.arch` separated from `matrix.configure`Nobuyoshi Nakada2022-06-301-5/+6
| | | | Statically determined value should be set statically.
* Skip CIs if the head commit message contains '[DOC]'Nobuyoshi Nakada2022-06-191-1/+1
|
* Bump actions/checkout from 2 to 3dependabot[bot]2022-03-241-1/+1
| | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [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/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump actions/cache from 2 to 3dependabot[bot]2022-03-241-1/+1
| | | | | | | | | | | | | | Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Separate the tests which fail when load-relative enabledNobuyoshi Nakada2022-01-161-0/+2
|
* Add continue-on-skipped_tests flagNobuyoshi Nakada2022-01-161-0/+1
|
* Fix typos for multiple skipped_testsNobuyoshi Nakada2022-01-161-2/+2
|
* Test enable-load-relativeNobuyoshi Nakada2022-01-151-4/+3
| | | | Now rubygems has the tests depending on it.
* Get rid of building main again when test-bundled-gemsNobuyoshi Nakada2022-01-141-0/+1
|
* Fix RBS test failures of taint/trust (#5364)Masataka Pocke Kuwabara2021-12-281-1/+1
|
* Ignore failures taint/trust in RBS tentatively [ci skip]Nobuyoshi Nakada2021-12-271-1/+1
|
* Skip tests on pull requests labeled as DocumentationNobuyoshi Nakada2021-12-181-1/+1
|
* [DOC] Skip tests if only documents change [ci skip]Nobuyoshi Nakada2021-12-161-0/+1
| | | | | Run only checks for source code. Currently, our CIs do almost nothing about the documents.