| Age | Commit message (Collapse) | Author |
|
Notes:
Merged: https://github.com/ruby/ruby/pull/3100
|
|
https://github.com/ruby/actions/runs/608526685?check_suite_focus=true
`warning: Insecure world writable dir /home/runner/.config in PATH, mode 040777`
|
|
This reverts commit 4a6571dbc14ee4e88c12cd9931f7695077a3ee6e,
because chkbuild does not follow.
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/3003
|
|
`--shallow-since=yesterday` for COMMIT_NUMBER_OF_DAY of `tool/actions-commit-info.sh`.
COMMIT_NUMBER_OF_DAY is mainly for master branch.
And `--shallow-since=yesterday` may fail on pull request.
So this revert to `--depth` on pull request.
Notes:
Merged: https://github.com/ruby/ruby/pull/2992
|
|
All Slack alerts have been migrated to a bot made by mame-san
|
|
|
|
Explicit `name:` entry was requested by @nobu.
Notes:
Merged: https://github.com/ruby/ruby/pull/2927
|
|
This target can be a build matrix. Also it does not make sense to test
it on mjit.
Notes:
Merged: https://github.com/ruby/ruby/pull/2927
|
|
One can specify working directory of a step, no by `cd foo` inside of
the run. See also
https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstepsrun
Notes:
Merged: https://github.com/ruby/ruby/pull/2927
|
|
The `branch:` specifier was necessary before, to prevent double-testing
master and trunk. Now that we no longer have trunk, we can slim the
expressions.
See also: https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#on
Notes:
Merged: https://github.com/ruby/ruby/pull/2927
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/2898
|
|
|
|
mame-san said it's weird
|
|
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.
|
|
instead of unnecessarily defining env vars
|
|
trunk branch was deleted.
|
|
The format is the same as Travis / AppVeyor now.
|
|
|
|
like "{platform} / make ({make target}, ...)"
|
|
|
|
because commit info are not necessary in env.
|
|
and use github.workflow instead. Applied a similar change to MJIT too.
|
|
Build's sequential number is a link in Travis, and also YYYY-MM-DD-XX is
a little hard to parse.
|
|
commit number of today requires log since 0:00 UTC.
So commits of 24 hours are enough.
https://www.git-scm.com/docs/git-clone#Documentation/git-clone.txt---depthltdepthgt
> Implies --single-branch unless --no-single-branch is given to fetch the histories near the tips of all branches.
So I add `--single-branch` too.
Notes:
Merged: https://github.com/ruby/ruby/pull/2680
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/2679
|
|
|
|
* Migrate Wercker MJIT tests to Actions
* Support pull request for testing
* Capitalize other jobs too
* Make it a command name for consistency [ci skip]
* Remove wercker.yml
* Add --jit-verbose=2 for debugging
* Install MJIT headers
* Separate install for sudo
* Trigger build
Notes:
Merged-By: k0kubun <takashikkbn@gmail.com>
|