| Age | Commit message (Collapse) | Author |
|
|
|
We have previewed it, and know it doesn't work well now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/4775
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/4775
|
|
Because patch does not installed on windows-2022.
https://github.com/actions/virtual-environments/issues/3949
> Only pure MSYS2 is installed. No additional packages
Notes:
Merged: https://github.com/ruby/ruby/pull/4775
|
|
https://github.com/ruby/ruby/pull/4775/checks?check_run_id=3419490832#step:13:38
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/4775
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/4775
|
|
https://github.blog/changelog/2021-08-23-github-actions-windows-server-2022-with-visual-studio-2022-is-now-available-on-github-hosted-runners-public-beta/
Notes:
Merged: https://github.com/ruby/ruby/pull/4775
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/4700
|
|
The related extensions have been removed.
Notes:
Merged: https://github.com/ruby/ruby/pull/4619
|
|
|
|
* 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
Notes:
Merged-By: k0kubun <takashikkbn@gmail.com>
|
|
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
|
|
https://github.com/ruby/ruby/runs/2552047430
|
|
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
|
|
|
|
https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci/
|
|
The installation script fault seems fixed at 2.5.23.20200904.
|
|
|
|
|
|
Found that we can set default working directory for github actions.
Notes:
Merged: https://github.com/ruby/ruby/pull/3675
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/3630
|
|
winflexbison3 v2.5.23.20200829 seems to install nothing.
|
|
* Revert "mswin build - install src zlib files after checkout"
This reverts commit b6175c9e4fe25b978252d8998fe791d65d998fc5.
* Revert "mswin build - install src zlib files"
This reverts commit bf758ef8b4e2895bf71a611a7ab2a4f236e260ea.
Notes:
Merged-By: hsbt <hsbt@ruby-lang.org>
|
|
actions/checkout deletes the contents of the source directory.
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/3376
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/3329
|
|
Signed-off-by: Sora Morimoto <sora@morimoto.io>
Notes:
Merged: https://github.com/ruby/ruby/pull/3319
|
|
|
|
Also install external libraries only, extract-gems does not work
unless base ruby is available.
|
|
To honor the environment variable, keep GITPULLOPTIONS unset by
default, and appended the option to VCSUP.
|
|
|
|
Fetched tags by `make up` are not used, in CI environments.
|
|
Only the last commit is used, unless creating the ChangeLog file.
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/3100
|
|
`--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
|
|
|
|
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
|
|
|