summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2021-03-21I gave up tentatively to support autoconf 2.70 in ruby_2_7 and remove ↵nagachika
failing build on GitHub Actions MinGW
2021-02-27.github/workflows/macos.yml: Remove pre-installed gems before test on macos ↵nagachika
Actions.
2020-12-31merge revision(s) 45fd4436ee146f95487b1575c5a2df5cf77f4717:nagachika
Use $GITHUB_ENV instead of set-env https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
2020-08-01ruby_2_7 update MinGW Actions workflowMSP-Greg
2020-02-20Use `brew upgrade` instead of `brew update`Kazuhiro NISHIYAMA
2020-01-30check ruby_2_7 branchNARUSE, Yui
2020-01-30Allow rexml to fail on macOS of Github ActionsNobuyoshi Nakada
And revert "Stop test-bundled-gems on macOS for now", 28b290f7f4cb332dab3ddf3132e1916d413ea65c.
2020-01-30Stop test-bundled-gems on macOS for nowNobuyoshi Nakada
2020-01-30.github/workflows/cygwin.yml: RemovedYusuke Endoh
There is no active maintainer for cygwin. The CI failure is too noisy. [Misc #16407]
2020-01-30Checkout with git on cygwin for EOL codeNobuyoshi Nakada
`shell: bash` runs bash on msys which prefers git on msys too, then checked out in CRLF mode. Cygwin sed doesn't consider the CR a part of EOL code, though.
2020-01-30Allow failures with rss tests on test-bundled-gemsHiroshi SHIBATA
2020-01-30Add branch option to checkout on pushKazuhiro NISHIYAMA
2020-01-30Slightly change the job wording [ci skip]Takashi Kokubun
mame-san said it's weird
2020-01-30Support running Actions on a forkTakashi Kokubun
Since 8c9450e7b875db846b19cc631af0d7fee66db5c6, we increased the chance to run GitHub Actions on a fork, as we usually use a topic branch instead of master when filing a pull request. This patch makes it possible to reuse the same GitHub Actions config on a fork repository.
2020-01-30Directly refer to GitHub eventsTakashi Kokubun
instead of unnecessarily defining env vars
2020-01-30Remove code to prevent double build on trunkTakashi Kokubun
trunk branch was deleted.
2020-01-30More consistent failure notificationsTakashi Kokubun
The format is the same as Travis / AppVeyor now.
2020-01-30Make test run condition consistent with other jobsTakashi Kokubun
When `make all` fails, we should not run tests and output of such run is confusing.
2020-01-30Run tests in the consistent orderTakashi Kokubun
`make check` runs test -> test-all -> test-spec, and other CIs follow that too.
2020-01-30Fix an outdated commentTakashi Kokubun
We're actually using it for PR :p
2020-01-30Actions MinGW - fix test-all (#2803)MSP-Greg
2020-01-30Use actions/checkout for PR (#2804)Takashi Kokubun
2020-01-30Official actions/checkout is uselessTakashi Kokubun
It died again https://github.com/ruby/ruby/runs/368837347
2020-01-30Make Slack notifications consistentTakashi Kokubun
2020-01-30There's no such targetTakashi Kokubun
2020-01-30Make all Actions job names consistentTakashi Kokubun
like "{platform} / make ({make target}, ...)"
2020-01-30Do not doubly build on trunkTakashi Kokubun
2020-01-30MinGW on Actions (#2791)MSP-Greg
* MinGW - skip spec in spec/ruby/optional/capi/thread_spec.rb C-API Thread function rb_thread_call_without_gvl -- runs a C function with the global lock unlocked and unlocks IO with the generic RUBY_UBF_IO stops/freezes spec tests See https://bugs.ruby-lang.org/issues/16265 * MinGW - skip test test/resolv/test_dns.rb Test times out in CI (both AppVeyor & Actions), cannot repo locally * MinGW - skip test test/ruby/test_thread_queue.rb * Add Actions mingw.yml
2020-01-30Revert "Remove TEST_BUNDLED_GEMS_ALLOW_FAILURES"Takashi Kokubun
This reverts commit 75e8dd58f69c190c9698d0133942032903fb2f07. We seem to randomly hit another issue these days: https://github.com/ruby/ruby/runs/368756135 https://github.com/ruby/ruby/runs/368756191
2019-12-25Commented-out btest on cygwin environment of GitHub ActionsHiroshi SHIBATA
2019-12-13Ignore error of `apt-get update` in MJIT workflow tooKazuhiro NISHIYAMA
2019-12-13Ignore error of `apt-get update` on GitHub ActionsKazuhiro NISHIYAMA
2019-12-11Try to use `set-output`Kazuhiro NISHIYAMA
because commit info are not necessary in env.
2019-12-11Create dummy files when check onlyKazuhiro NISHIYAMA
because foo.rb in build directory breaks test-bundler https://github.com/ruby/ruby/runs/343168046#step:20:125
2019-12-11Create more dummy files in build directoryKazuhiro NISHIYAMA
Notes: Merged: https://github.com/ruby/ruby/pull/2736
2019-12-11Do not load files in build directoryKazuhiro NISHIYAMA
related https://bugs.ruby-lang.org/issues/16177 Notes: Merged: https://github.com/ruby/ruby/pull/2736
2019-12-10Move SECURITY.md into .github/ to reduce the files on the top directoryYusuke Endoh
2019-12-10[cygwin] Removed unnecessary packagesNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/2734
2019-12-10[cygwin] Removed unnecessary `-c` optionsNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/2734
2019-12-09Add cache of cygwin packagesKazuhiro NISHIYAMA
Notes: Merged: https://github.com/ruby/ruby/pull/2733
2019-12-09Remove unused branch nameKazuhiro NISHIYAMA
Notes: Merged: https://github.com/ruby/ruby/pull/2733
2019-12-09Split cygwin-chocolatey cacheKazuhiro NISHIYAMA
Notes: Merged: https://github.com/ruby/ruby/pull/2733
2019-12-09Remove debug printKazuhiro NISHIYAMA
Notes: Merged: https://github.com/ruby/ruby/pull/2733
2019-12-09Separate stepsNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/2731
2019-12-09Set PATH at onceNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/2731
2019-12-09Fixed the checking out sourceNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/2731
2019-12-09Add .github/workflows/cygwin.ymlDaisuke Fujimura (fd0)
Notes: Merged: https://github.com/ruby/ruby/pull/2731
2019-11-30Make extract-gems only if test_task is checkKazuhiro NISHIYAMA
Notes: Merged: https://github.com/ruby/ruby/pull/2678
2019-11-30Add update-gems before extract-gemsKazuhiro NISHIYAMA
(windows.yml used `nmake up`) Notes: Merged: https://github.com/ruby/ruby/pull/2678
2019-11-30Add extract-gems to GitHub Actions CIKazuhiro NISHIYAMA
Notes: Merged: https://github.com/ruby/ruby/pull/2678