aboutsummaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Removed ENABLE_PATH_CHECK condition [ci skip]Nobuyoshi Nakada2021-01-111-1/+1
| | | | | This condition is useless on Ubuntu, as this macro is defined by default on other than Windows.
* Moved to ruby/actions workflow [ci skip]Nobuyoshi Nakada2021-01-101-20/+0
|
* Daily bundled_gems update [ci skip]Nobuyoshi Nakada2021-01-041-0/+20
|
* Check leaked global symbols under more various conditionsNobuyoshi Nakada2020-12-272-0/+3
|
* Add 3.0 top sepc guardsNobuyoshi Nakada2020-12-261-0/+2
| | | | * Needs WEBrick
* Reduced GitHub ActionsNobuyoshi Nakada2020-12-262-6/+6
| | | | Moved leaked-globals before check.
* Install gdb on ActionsTakashi Kokubun2020-12-191-0/+1
|
* Check macros for headersNobuyoshi Nakada2020-12-191-0/+6
|
* Renamed check_encoding.yml as check_misc.yml [ci skip]Nobuyoshi Nakada2020-12-191-2/+2
|
* Remove --jit-save-temps from MJITTakashi Kokubun2020-12-171-1/+1
| | | | It's probably not helping the backtrace.
* Different names instead of `ulimit`Nobuyoshi Nakada2020-12-161-4/+7
|
* `ulimit` does not affect another shellKazuhiro NISHIYAMA2020-12-131-4/+9
|
* Allow dumping a core file on ActionsTakashi Kokubun2020-12-121-0/+1
| | | | to see a C backtrace.
* Add some JIT options to MJIT ActionsTakashi Kokubun2020-12-111-1/+1
| | | | hoping to improve C backtrace outputs
* Reintroduce the fix againTakashi Kokubun2020-12-101-1/+1
|
* Fix the path properlyTakashi Kokubun2020-12-101-1/+1
| | | | :disappointed:
* Try fixing the -I positionTakashi Kokubun2020-12-101-1/+1
| | | | | https://github.com/ruby/ruby/runs/1532260149 :thinking:
* Actions mingw - add tool/test for WEBrick in spec tests (#3882)MSP-Greg2020-12-101-1/+1
| | | Some spec tests require WEBrick, and the spec tests are run from install with the MinGW CI.
* .github: reduce (#3876)卜部昌平2020-12-104-58/+61
| | | | Comment out some 50-ish tests. fix https://bugs.ruby-lang.org/issues/17376
* Remove BUNLDER_VERSION in Windows (#3859)MSP-Greg2020-12-071-1/+2
| | | [Bug #17372]
* Pass the flag as $TESTOPTSTakashi Kokubun2020-12-071-1/+1
| | | | | Fixing the failure of a4f292426b40f9d6c8f3d646e4b7c667313074f2 like https://github.com/ruby/ruby/runs/1513663542
* skip failing tests in test-all on mingwNARUSE, Yui2020-12-081-1/+1
| | | | https://bugs.ruby-lang.org/issues/17372
* Increase timeout for MJIT ActionsTakashi Kokubun2020-11-281-3/+3
| | | | | It's too short for --jit-wait https://github.com/ruby/ruby/runs/1466690076?check_suite_focus=true
* Removed canonicalization for mathnNobuyoshi Nakada2020-11-101-1/+0
|
* .github/workflows/baseruby.yml: add卜部昌平2020-11-041-0/+47
| | | | Translate a part of .travis.yml into a Github Actions workflow.
* Removed unused environment variableNobuyoshi Nakada2020-10-271-1/+0
|
* Tweaks for the ruby/spec workflowBenoit Daloze2020-10-241-5/+4
|
* .github/workflows/spec_guards.yml add卜部昌平2020-10-231-0/+40
| | | | Translate a part of .travis.yml into GitHub Actions workflow.
* Check dependencies on macOS tooNobuyoshi Nakada2020-10-211-1/+12
|
* .github: reduce copy&paste卜部昌平2020-10-217-70/+40
| | | | Found that we can set default working directory for github actions.
* Use %VCVARS%Nobuyoshi Nakada2020-10-131-3/+4
|
* Use $GITHUB_ENV instead of set-envKazuhiro NISHIYAMA2020-10-065-6/+6
| | | | https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
* Remove unused commit_infoKazuhiro NISHIYAMA2020-10-066-14/+0
|
* Remove outdated comment [ci skip]Kazuhiro NISHIYAMA2020-09-272-2/+0
|
* Add check_dependencies workflowKazuhiro NISHIYAMA2020-09-251-0/+57
|
* .github: try GitHub Container Registry卜部昌平2020-09-071-1/+1
| | | | | | It is natural for a CI running on GitHub to use GitHub's facility. See also https://github.blog/2020-09-01-introducing-github-container-registry/
* Increase timeout for GitHub Actions.Samuel Williams2020-09-062-2/+2
|
* add RUBY_DEBUG=ci envval for GH actionsKoichi Sasada2020-09-011-0/+1
| | | | RUBY_DEBUG=ci envval shows more information on rb_bug().
* Use the previous winflexbison3Nobuyoshi Nakada2020-09-011-1/+2
| | | | winflexbison3 v2.5.23.20200829 seems to install nothing.
* minitest is working fine with Ruby 3Hiroshi SHIBATA2020-09-012-2/+2
|
* xmlrpc has been removed from the bundled gemsHiroshi SHIBATA2020-09-012-2/+2
|
* Revert the workaround of minitest and hoeHiroshi SHIBATA2020-09-012-2/+2
| | | | | 86737c509cd49cfe4509a65d300d390da0f07be6 3e1aea461320094e634ab32ca0b13dd43b69d8b0
* Removed minitest and hoe because they didn't support Ruby 3 yetHiroshi SHIBATA2020-08-312-2/+2
|
* .github/workflows/compilers.yml: more compilers卜部昌平2020-08-231-5/+24
| | | | | | Added some cross compilers that we can run on GitHub Workflow runner environments. Because they are cross compilers we cannot run the generated binary. The added matrix are compile-only.
* .github/workflows/compilers.yml: clang-12卜部昌平2020-08-111-0/+1
| | | | LLVM made release/11.x branch. Its master is now version 12.
* Check if C-sources are US-ASCIINobuyoshi Nakada2020-08-101-0/+11
| | | | | Encoding of C-sources can not be determined, and non-ASCII code are often warned by localized compilers.
* Use zlib provided by vcpkg in mswin CI (#3397)Hiroshi SHIBATA2020-08-071-6/+1
| | | | | | | | | * Revert "mswin build - install src zlib files after checkout" This reverts commit b6175c9e4fe25b978252d8998fe791d65d998fc5. * Revert "mswin build - install src zlib files" This reverts commit bf758ef8b4e2895bf71a611a7ab2a4f236e260ea.
* mswin build - install src zlib files after checkoutNobuyoshi Nakada2020-08-011-5/+5
| | | | actions/checkout deletes the contents of the source directory.
* mswin build - install src zlib filesMSP-Greg2020-08-011-1/+6
|
* Remove obsolete rubygems fileNobuyoshi Nakada2020-08-011-0/+3
| | | | Fixes a weird error in CodeQL autobuild.