aboutsummaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Use autogen.shNobuyoshi Nakada2021-04-086-6/+6
|
* Suppress useless default branch name hint [ci skip]Nobuyoshi Nakada2021-03-086-0/+6
|
* Removed HEAD^2 checkout to suppress a CodeQL annotation [ci skip]Nobuyoshi Nakada2021-03-081-3/+0
|
* Check for trailing spacesNobuyoshi Nakada2021-03-041-0/+3
|
* Add --timeout to try to find hanging specBenoit Daloze2021-02-271-1/+1
|
* Drop obsoleted ci skip checksTakashi Kokubun2021-02-229-9/+0
| | | | https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci/
* Drop check_branch CI jobTakashi Kokubun2021-02-221-22/+0
| | | | | | | | | | | | | | | Now that GitHub Actions always skips any job if [ci skip] is given regardless of our CI config, we cannot merge such PRs like https://github.com/ruby/ruby/pull/4211 unless you're an admin. https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci/ To avoid letting us spend time to ask contributors to remove [ci skip] before merging PRs, I removed the "check_branch" requirement from protected branches. Because the main purpose of this job was to prevent (non-admin) committers from directly pushing commits to the GitHub mirror, this job is now useless.
* .github/workflows/compilers.yml: clang-13卜部昌平2021-02-101-1/+2
| | | | LLVM made release/122.x branch. Its master is now version 12.
* Stop disabling firewallNobuyoshi Nakada2021-02-061-4/+0
|
* travis_retry.sh is not needed on GitHub ActionsNobuyoshi Nakada2021-02-051-3/+2
| | | | At least check_dependencies.yml has not failed here yet.
* Use the lateset winflexbison3Nobuyoshi Nakada2021-02-021-2/+1
| | | | The installation script fault seems fixed at 2.5.23.20200904.
* Add some git configurations in CIsNobuyoshi Nakada2021-02-021-0/+3
|
* Set git config in global instead of systemNobuyoshi Nakada2021-02-022-4/+4
|
* 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
|