| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-18 | [Actions] mingw - use ruby/setup-ruby@v1 again | MSP-Greg | |
| 2022-05-18 | Try previous ruby-setup-ruby | Nobuyoshi Nakada | |
| The commits between db14f2dde9ceeaa8acbcd31884475a7ce97ae9d3 and 11cc84264a91d42bc873f39d70678e44042322d2 seems breaking OpenSSL::TestConfig#test_s_parse_include. | |||
| 2021-12-18 | Skip tests on pull requests labeled as Documentation | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5293 | |||
| 2021-12-16 | [DOC] Skip tests if only documents change [ci skip] | Nobuyoshi Nakada | |
| Run only checks for source code. Currently, our CIs do almost nothing about the documents. | |||
| 2021-12-02 | Cache downloaded files | Nobuyoshi Nakada | |
| Cache downloaded external libraries/gems, which are expected not changed so frequently. Also sometimes downloading from zlib returns the current time as the date header in unexpected format, and checksums mismatch at that time. Notes: Merged: https://github.com/ruby/ruby/pull/5201 Merged-By: nobu <nobu@ruby-lang.org> | |||
| 2021-11-24 | [Actions] use windows-2022 for mingw | MSP-Greg | |
| MSP-Greg/ruby-setup-ruby@win-ucrt-1 Notes: Merged: https://github.com/ruby/ruby/pull/5158 | |||
| 2021-11-21 | Throttle pull-requests only [ci skip] | Nobuyoshi Nakada | |
| 2021-11-18 | Throttle GitHub Actions [ci skip] | Nobuyoshi Nakada | |
| As GitHub Actions are choking a lot lately, throttle the checks down to the latest commit only per branches. | |||
| 2021-11-07 | [MinGW] Set job names | Nobuyoshi Nakada | |
| 2021-11-07 | [MinGW] Highlight where groups | Nobuyoshi Nakada | |
| 2021-11-07 | [MinGW] Run in sh | Nobuyoshi Nakada | |
| 2021-11-07 | [MinGW] Run test-spec | Nobuyoshi Nakada | |
| 2021-11-07 | [MinGW] Pass -j option via environment variables | Nobuyoshi Nakada | |
| 2021-11-07 | [MinGW] Clear BUNDLER_VERSION unconditinally | Nobuyoshi Nakada | |
| 2021-11-07 | [MinGW] Remove unnecessary encoding settings | Nobuyoshi Nakada | |
| 2021-11-07 | [MinGW] Use autogen | Nobuyoshi Nakada | |
| 2021-11-07 | [MinGW] Clear prefix and move the directory to DESTDIR | Nobuyoshi Nakada | |
| Also the destination will be created at the installation. | |||
| 2021-11-07 | [MinGW] Set job env vars at once | Nobuyoshi Nakada | |
| 2021-10-29 | Mitigate the timeout of tests [ci skip] | Nobuyoshi Nakada | |
| * The worker timeouts seem working for test-all. * The bundled gems have increased. | |||
| 2021-10-29 | Skip tests if only document files changed | Nobuyoshi Nakada | |
| 2021-10-04 | Shorten timeouts on macOS and MinGW | Nobuyoshi Nakada | |
| From recent results, `check` and `test-all` will finish within 10 minutes on macOS or 30 minutes on MinGW, otherwise time out. | |||
| 2021-09-20 | CI: Enable MINGW-UCRT build and test in github actions | Lars Kanis | |
| This enables a temporary branch on ruby/setup-ruby and MSP-Greg/setup-ruby-pkgs for UCRT-capable action setup. They set correct PATH and MINGW_PACKAGE_PREFIX for UCRT, if a UCRT based ruby is used. See here for more details: https://github.com/ruby/setup-ruby/issues/193 To enable correct UCRT settings this therefore uses rubyinstaller-head as base ruby, since it is already UCRT based. Notes: Merged: https://github.com/ruby/ruby/pull/4599 | |||
| 2021-08-02 | Use `${{}}` for if statement | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4700 | |||
| 2021-07-01 | Remove gdbm/dbm related code from CI | Jeremy Evans | |
| The related extensions have been removed. Notes: Merged: https://github.com/ruby/ruby/pull/4619 | |||
| 2021-03-08 | Suppress useless default branch name hint [ci skip] | Nobuyoshi Nakada | |
| 2021-02-27 | Add --timeout to try to find hanging spec | Benoit Daloze | |
| 2021-02-22 | Drop obsoleted ci skip checks | Takashi Kokubun | |
| https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci/ | |||
| 2021-02-02 | Set git config in global instead of system | Nobuyoshi Nakada | |
| 2020-12-27 | Check leaked global symbols under more various conditions | Nobuyoshi Nakada | |
| 2020-12-10 | Reintroduce the fix again | Takashi Kokubun | |
| 2020-12-10 | Fix the path properly | Takashi Kokubun | |
| :disappointed: | |||
| 2020-12-10 | Try fixing the -I position | Takashi Kokubun | |
| https://github.com/ruby/ruby/runs/1532260149 :thinking: | |||
| 2020-12-10 | Actions mingw - add tool/test for WEBrick in spec tests (#3882) | MSP-Greg | |
| Some spec tests require WEBrick, and the spec tests are run from install with the MinGW CI. Notes: Merged-By: k0kubun <takashikkbn@gmail.com> | |||
| 2020-12-07 | Remove BUNLDER_VERSION in Windows (#3859) | MSP-Greg | |
| [Bug #17372] Notes: Merged-By: k0kubun <takashikkbn@gmail.com> | |||
| 2020-12-07 | Pass the flag as $TESTOPTS | Takashi Kokubun | |
| Fixing the failure of a4f292426b40f9d6c8f3d646e4b7c667313074f2 like https://github.com/ruby/ruby/runs/1513663542 | |||
| 2020-12-08 | skip failing tests in test-all on mingw | NARUSE, Yui | |
| https://bugs.ruby-lang.org/issues/17372 | |||
| 2020-10-21 | .github: reduce copy&paste | 卜部昌平 | |
| Found that we can set default working directory for github actions. Notes: Merged: https://github.com/ruby/ruby/pull/3675 | |||
| 2020-10-06 | Remove unused commit_info | Kazuhiro NISHIYAMA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3630 | |||
| 2020-09-06 | Increase timeout for GitHub Actions. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3523 | |||
| 2020-06-16 | Just update sources in CI without fetching | Nobuyoshi Nakada | |
| Also install external libraries only, extract-gems does not work unless base ruby is available. | |||
| 2020-06-10 | Reduced job number to run tests on MinGW | Nobuyoshi Nakada | |
| It seems too heavy as fails more often than before. | |||
| 2020-06-06 | Run tests in more parallel | Nobuyoshi Nakada | |
| 2020-06-04 | No GITPULLOPTIONS by default | Nobuyoshi Nakada | |
| To honor the environment variable, keep GITPULLOPTIONS unset by default, and appended the option to VCSUP. | |||
| 2020-06-04 | No one reads the detached head advice | Nobuyoshi Nakada | |
| 2020-06-04 | Fetch no tags | Nobuyoshi Nakada | |
| Fetched tags by `make up` are not used, in CI environments. | |||
| 2020-06-04 | Removed fetch-depth | Nobuyoshi Nakada | |
| Only the last commit is used, unless creating the ChangeLog file. | |||
| 2020-05-12 | .github: use actions/checkout@v2 again | 卜部昌平 | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3100 | |||
| 2020-04-22 | .github/workflows/mingw.yml: add `shell: bash` for PR checkout | Yusuke Endoh | |
| as well as e62aead26909e83f2c8b940186047f0a88b9f2d6 | |||
| 2020-04-18 | Update workflows/mingw.yml - use setup-ruby-pkgs (#3042) | MSP-Greg | |
| MSP-Greg/actions-ruby is deprecated... Notes: Merged-By: k0kubun <takashikkbn@gmail.com> | |||
| 2020-04-08 | Merge pull request #2991 from shyouhei/ruby.h | 卜部昌平 | |
| Split ruby.h Notes: Merged-By: shyouhei <shyouhei@ruby-lang.org> | |||
