aboutsummaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Remove gdbm/dbm related code from CIJeremy Evans2021-07-017-8/+8
| | | | The related extensions have been removed.
* More general matrix "configure" parameter, add `--with-coroutine=pthread`.Samuel Williams2021-07-011-6/+7
|
* Replace copy coroutine with pthread implementation.Samuel Williams2021-07-011-1/+1
|
* Fixed comments in cmd.exe script [ci skip]Nobuyoshi Nakada2021-06-161-2/+2
|
* Skip make update-unicode for BASERUBY CIYusuke Endoh2021-06-071-1/+0
| | | | | | | | | | Unfortunately it often fails depending on the status of www.unicode.org. https://github.com/mame/ruby/runs/2761346164?check_suite_focus=true ``` ./tool/downloader.rb:248:in `rescue in download': failed to download 12.1.0/ucd/UnicodeData.txt (RuntimeError) OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=error: certificate verify failed: https://www.unicode.org/Public/12.1.0/ucd/UnicodeData.txt ```
* Enable VM_ASSERT in --jit CIs (#4543)Takashi Kokubun2021-06-011-1/+1
|
* Revert "Try enabling VM_ASSERT in --jit CIs"Takashi Kokubun2021-05-311-1/+1
| | | | | | | This reverts commit e9e3b65d836b5796882b5bf28717e4586366ceec. We were not ready for it https://github.com/ruby/ruby/runs/2715306375?check_suite_focus=true
* Try enabling VM_ASSERT in --jit CIsTakashi Kokubun2021-05-311-1/+1
|
* Ignore test-bundled-gems on GitHub Actions because matrix tests has unknown ↵Hiroshi SHIBATA2021-05-281-1/+1
| | | | issues
* Remove ubuntu-16.04 (already commented out)Kazuhiro NISHIYAMA2021-05-181-9/+0
| | | | https://github.blog/changelog/2021-04-29-github-actions-ubuntu-16-04-lts-virtual-environment-will-be-removed-on-september-20-2021
* Removed EOL version from .github/workflows/spec_guards.ymlHiroshi SHIBATA2021-05-171-2/+0
|
* Run nmake check on Actions (#4487)Takashi Kokubun2021-05-111-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Run nmake check on Actions * Skip tests not working in mswin GitHub Actions * Override TEMP * Revert "Skip tests not working in mswin GitHub Actions" This reverts commit 544d2575fcdf23ae63cd25aa03fce10c28b259f2. * Revert "Revert "Skip tests not working in mswin GitHub Actions"" This reverts commit e1f8ad7862c9c4be52dc6e1031a004621eb07e6e. * Fix timeouts * Skip some more broken tests * Update windows.yml * Add a guard for rbasic_spec * Revert "Update windows.yml" This reverts commit bc9694b6b3b9594d406378d15ca11723fb052bc8. * Skip the ensure clause * Simplify the ensure
* Split a Choco-Install commandTakashi Kokubun2021-05-101-1/+4
| | | | | | | | In https://github.com/ruby/ruby/runs/2552065052, while it failed to install winflexbison3, it exited the retry loop because openssl was installed successfully. https://github.com/actions/virtual-environments/blob/a5ee51f72dcbc3879a91a74c63f95737e2d4a292/images/win/scripts/ImageHelpers/ChocoHelpers.ps1
* Try running Choco-Install with powershellTakashi Kokubun2021-05-101-0/+1
| | | | https://github.com/ruby/ruby/runs/2552047430
* Retry choco installTakashi Kokubun2021-05-101-1/+1
| | | | | | | | by using a wrapper provided by GitHub Actions https://github.com/actions/virtual-environments/pull/721 to address failures like https://github.com/ruby/ruby/runs/2551980671
* .github/compilers/workflows.yml: support GCC-11卜部昌平2021-05-111-25/+26
| | | | | | GCC 11.1 was released. https://gcc.gnu.org/pipermail/gcc/2021-April/235922.html See also https://github.com/ruby/ruby-ci-image/pull/1
* 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