| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-28 | Fix RBS test failures of taint/trust (#5364) | Masataka Pocke Kuwabara | |
| Notes: Merged-By: pocke <p.ck.t22@gmail.com> | |||
| 2021-12-27 | Ignore failures taint/trust in RBS tentatively [ci skip] | Nobuyoshi Nakada | |
| 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-26 | Try test_interrupt_in_other_thread | Nobuyoshi Nakada | |
| Seems working now probably because of system library updates. | |||
| 2021-11-25 | Split skipped tests step | Nobuyoshi Nakada | |
| 2021-11-25 | Ignore pkg-config installation failure due to unmet dependencies | Nobuyoshi Nakada | |
| 2021-11-25 | Stop duplicated runs | Nobuyoshi Nakada | |
| 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-10 | Install pkg-config on 32-bit Ubuntu [ci skip] | Nobuyoshi Nakada | |
| 2021-11-09 | Needs `$` in `make` command line to be escapedv3_1_0_preview1 | Nobuyoshi Nakada | |
| 2021-11-08 | Separate TestReadline#test_interrupt_in_other_thread | Nobuyoshi Nakada | |
| This method is already known to fail on Travis-CI arm32-linux. | |||
| 2021-11-08 | Try 32bit environment | 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-26 | .github: use GNUMAKEFLAGS instead of JOBS | 卜部昌平 | |
| A bit readable to me. See also https://github.com/ruby/ruby/pull/4880 Notes: Merged: https://github.com/ruby/ruby/pull/5005 | |||
| 2021-10-20 | Minimize diff in existing workflow files | Alan Wu | |
| 2021-10-20 | Re-enable leaked global check | Alan Wu | |
| YJIT should be able to pass this check now. | |||
| 2021-08-15 | Update TypeProf to 0.15.1 | Yusuke Endoh | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4743 | |||
| 2021-08-15 | Show verbose error messages when single pattern match fails | Kazuki Tsujimoto | |
| [0] => [0, *, a] #=> [0] length mismatch (given 1, expected 2+) (NoMatchingPatternError) Ignore test failures of typeprof caused by this change for now. | |||
| 2021-08-02 | Use `${{}}` for if statement | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4700 | |||
| 2021-07-08 | Ubuntu: remove pthread coroutine which is done in Compilations | Nobuyoshi Nakada | |
| 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-07-01 | More general matrix "configure" parameter, add `--with-coroutine=pthread`. | Samuel Williams | |
| 2021-05-18 | Remove ubuntu-16.04 (already commented out) | Kazuhiro NISHIYAMA | |
| https://github.blog/changelog/2021-04-29-github-actions-ubuntu-16-04-lts-virtual-environment-will-be-removed-on-september-20-2021 | |||
| 2021-04-08 | Use autogen.sh | Nobuyoshi Nakada | |
| 2021-03-08 | Suppress useless default branch name hint [ci skip] | Nobuyoshi Nakada | |
| 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/ | |||
| 2020-12-26 | Reduced GitHub Actions | Nobuyoshi Nakada | |
| Moved leaked-globals before check. Notes: Merged: https://github.com/ruby/ruby/pull/4003 | |||
| 2020-12-10 | .github: reduce (#3876) | 卜部昌平 | |
| Comment out some 50-ish tests. fix https://bugs.ruby-lang.org/issues/17376 | |||
| 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 | Use $GITHUB_ENV instead of set-env | Kazuhiro NISHIYAMA | |
| https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/ Notes: Merged: https://github.com/ruby/ruby/pull/3630 | |||
| 2020-10-06 | Remove unused commit_info | Kazuhiro NISHIYAMA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3630 | |||
| 2020-09-27 | Remove outdated comment [ci skip] | Kazuhiro NISHIYAMA | |
| 2020-09-01 | add RUBY_DEBUG=ci envval for GH actions | Koichi Sasada | |
| RUBY_DEBUG=ci envval shows more information on rb_bug(). | |||
| 2020-09-01 | minitest is working fine with Ruby 3 | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3493 | |||
| 2020-09-01 | xmlrpc has been removed from the bundled gems | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3493 | |||
| 2020-09-01 | Revert the workaround of minitest and hoe | Hiroshi SHIBATA | |
| 86737c509cd49cfe4509a65d300d390da0f07be6 3e1aea461320094e634ab32ca0b13dd43b69d8b0 Notes: Merged: https://github.com/ruby/ruby/pull/3493 | |||
| 2020-08-31 | Removed minitest and hoe because they didn't support Ruby 3 yet | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3480 | |||
| 2020-07-20 | Add more timeouts to macos, mjit, ubuntu and windows workflows. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3329 | |||
| 2020-06-16 | Update without touch-unicode-files | Nobuyoshi Nakada | |
| 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-14 | Add ubuntu-20.04 and rename to ubuntu-18.04 from ubuntu-latest | Kazuhiro NISHIYAMA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3222 | |||
| 2020-06-05 | Try test-bundler-parallel in GitHub Actions | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3189 | |||
| 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. | |||
