Nobuyoshi Nakada
dea08758be
Check for trailing spaces
2021-03-04 11:40:43 +09:00
Benoit Daloze
8305a48413
Add --timeout to try to find hanging spec
2021-02-27 17:42:17 +01:00
Takashi Kokubun
b956efdc1e
Drop obsoleted ci skip checks
...
https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci/
2021-02-22 23:46:12 -08:00
Takashi Kokubun
95251dc8a9
Drop check_branch CI job
...
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.
2021-02-22 23:45:04 -08:00
卜部昌平
281dfacb5d
.github/workflows/compilers.yml: clang-13
...
LLVM made release/122.x branch. Its master is now version 12.
2021-02-10 12:54:05 +09:00
Nobuyoshi Nakada
52ce583f52
Stop disabling firewall
2021-02-06 13:13:58 +09:00
Nobuyoshi Nakada
fcdccbff01
travis_retry.sh is not needed on GitHub Actions
...
At least check_dependencies.yml has not failed here yet.
2021-02-05 10:12:17 +09:00
Nobuyoshi Nakada
b03aa7dcd7
Use the lateset winflexbison3
...
The installation script fault seems fixed at 2.5.23.20200904.
2021-02-02 16:12:16 +09:00
Nobuyoshi Nakada
e350b32837
Add some git configurations in CIs
2021-02-02 14:54:53 +09:00
Nobuyoshi Nakada
5a33ef0586
Set git config in global instead of system
2021-02-02 14:37:15 +09:00
Nobuyoshi Nakada
72549cfe98
Removed ENABLE_PATH_CHECK condition [ci skip]
...
This condition is useless on Ubuntu, as this macro is defined by
default on other than Windows.
2021-01-11 19:46:31 +09:00
Nobuyoshi Nakada
1e827d4cb5
Moved to ruby/actions workflow [ci skip]
2021-01-10 20:42:01 +09:00
Nobuyoshi Nakada
758ac834a2
Daily bundled_gems update [ci skip]
2021-01-04 16:42:44 +09:00
Nobuyoshi Nakada
b73d256f34
Check leaked global symbols under more various conditions
2020-12-27 15:50:02 +09:00
Nobuyoshi Nakada
3a0a08697a
Add 3.0 top sepc guards
...
* Needs WEBrick
2020-12-26 17:09:25 +09:00
Nobuyoshi Nakada
73cd4951de
Reduced GitHub Actions
...
Moved leaked-globals before check.
2020-12-26 09:39:53 +09:00
Takashi Kokubun
02b3555874
Install gdb on Actions
2020-12-19 21:02:18 -08:00
Nobuyoshi Nakada
042c3e91fb
Check macros for headers
2020-12-19 16:38:17 +09:00
Nobuyoshi Nakada
197550c956
Renamed check_encoding.yml as check_misc.yml [ci skip]
2020-12-19 16:38:16 +09:00
Takashi Kokubun
f0ec923c58
Remove --jit-save-temps from MJIT
...
It's probably not helping the backtrace.
2020-12-17 21:36:26 -08:00
Nobuyoshi Nakada
4fe7f270ce
Different names instead of `ulimit`
2020-12-16 17:39:40 +09:00
Kazuhiro NISHIYAMA
6e84af2fa9
`ulimit` does not affect another shell
2020-12-13 20:26:22 +09:00
Takashi Kokubun
1b45174aea
Allow dumping a core file on Actions
...
to see a C backtrace.
2020-12-12 18:47:50 -08:00
Takashi Kokubun
e53c0bc906
Add some JIT options to MJIT Actions
...
hoping to improve C backtrace outputs
2020-12-11 22:52:19 -08:00
Takashi Kokubun
97868f16ff
Reintroduce the fix again
2020-12-10 13:00:02 -08:00
Takashi Kokubun
4474aadae8
Fix the path properly
...
😞
2020-12-10 11:48:57 -08:00
Takashi Kokubun
f56ab7a476
Try fixing the -I position
...
https://github.com/ruby/ruby/runs/1532260149
🤔
2020-12-10 11:18:30 -08:00
MSP-Greg
4a559aa225
Actions mingw - add tool/test for WEBrick in spec tests ( #3882 )
...
Some spec tests require WEBrick, and the spec tests are run from install with the MinGW CI.
2020-12-10 09:27:02 -08:00
卜部昌平
46d3ea2c25
.github: reduce ( #3876 )
...
Comment out some 50-ish tests.
fix https://bugs.ruby-lang.org/issues/17376
2020-12-10 17:41:39 +09:00
MSP-Greg
41fafd9dd2
Remove BUNLDER_VERSION in Windows ( #3859 )
...
[Bug #17372 ]
2020-12-07 14:47:42 -08:00
Takashi Kokubun
2580093d5d
Pass the flag as $TESTOPTS
...
Fixing the failure of a4f292426b
like
https://github.com/ruby/ruby/runs/1513663542
2020-12-07 14:21:21 -08:00
NARUSE, Yui
a4f292426b
skip failing tests in test-all on mingw
...
https://bugs.ruby-lang.org/issues/17372
2020-12-08 05:45:22 +09:00
Takashi Kokubun
95edb3ec10
Increase timeout for MJIT Actions
...
It's too short for --jit-wait
https://github.com/ruby/ruby/runs/1466690076?check_suite_focus=true
2020-11-28 00:17:56 -08:00
Nobuyoshi Nakada
b958e2add8
Removed canonicalization for mathn
2020-11-10 11:14:15 +09:00
卜部昌平
8eca97c049
.github/workflows/baseruby.yml: add
...
Translate a part of .travis.yml into a Github Actions workflow.
2020-11-04 12:11:13 +09:00
Nobuyoshi Nakada
acdb893338
Removed unused environment variable
2020-10-27 14:42:24 +09:00
Benoit Daloze
71f699543b
Tweaks for the ruby/spec workflow
2020-10-24 15:51:18 +02:00
卜部昌平
7cf34cfaa3
.github/workflows/spec_guards.yml add
...
Translate a part of .travis.yml into GitHub Actions workflow.
2020-10-23 10:38:34 +09:00
Nobuyoshi Nakada
640b340583
Check dependencies on macOS too
2020-10-21 12:31:38 +09:00
卜部昌平
da25affdac
.github: reduce copy&paste
...
Found that we can set default working directory for github actions.
2020-10-21 09:24:47 +09:00
Nobuyoshi Nakada
a75ab110df
Use %VCVARS%
2020-10-13 14:16:29 +09:00
Kazuhiro NISHIYAMA
45fd4436ee
Use $GITHUB_ENV instead of set-env
...
https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
2020-10-06 11:41:17 +09:00
Kazuhiro NISHIYAMA
f9df340a6a
Remove unused commit_info
2020-10-06 11:41:17 +09:00
Kazuhiro NISHIYAMA
9a951c0931
Remove outdated comment [ci skip]
2020-09-27 14:26:38 +09:00
Kazuhiro NISHIYAMA
cd44febc93
Add check_dependencies workflow
2020-09-25 19:21:36 +09:00
卜部昌平
19917d45a3
.github: try GitHub Container Registry
...
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/
2020-09-07 19:02:45 +09:00
Samuel Williams
b22b3f03f4
Increase timeout for GitHub Actions.
2020-09-06 22:11:49 +12:00
Koichi Sasada
a137874e67
add RUBY_DEBUG=ci envval for GH actions
...
RUBY_DEBUG=ci envval shows more information on rb_bug().
2020-09-01 06:14:35 +09:00
Nobuyoshi Nakada
fbf79f1c11
Use the previous winflexbison3
...
winflexbison3 v2.5.23.20200829 seems to install nothing.
2020-09-01 14:42:19 +09:00
Hiroshi SHIBATA
cceba23515
minitest is working fine with Ruby 3
2020-09-01 11:21:41 +09:00