| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Filter out `-j` option not to reset jobserver mode which is enabled by
the environment variable.
|
|
|
|
This has been unstable:
https://github.com/ruby/ruby/actions/runs/5797755676/job/15713988590
and I'm not sure if we need that in the first place, assuming the
OS image itself is maintained by GitHub.
Notes:
Merged-By: k0kubun <takashikkbn@gmail.com>
|
|
Revert b106cf2eef574535fa2a069493235b00d679d20a.
Sorry, it didn't actually fix the problem. See for example:
https://github.com/peterzhu2118/ruby/actions/runs/5659386206/job/15332833836
The plot thickens.
|
|
https://github.com/peterzhu2118/ruby/actions/runs/5649652235/job/15304434412
> Errno::ENOENT: No such file or directory @ rb_sysopen -
> ./.downloaded-cache/config.guess:
> https://raw.githubusercontent.com/gcc-mirror/gcc/master/config.guess
Unsure about the root cause but making sure the directory is there seems like a
plausible fix. Maybe the issue is sensitive to cache state.
Notes:
Merged: https://github.com/ruby/ruby/pull/8114
Merged-By: XrXr
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/8040
|
|
Everyone does `mkdir build; src/autogen.sh`; why not merge them.
Notes:
Merged: https://github.com/ruby/ruby/pull/8020
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/8005
|
|
`outputs` has to be a hash, but it seems previous expression
generated a null token and would have generated errors here.
Notes:
Merged: https://github.com/ruby/ruby/pull/8005
|
|
Use composite action to reduce copy & paste.
Notes:
Merged: https://github.com/ruby/ruby/pull/8005
|
|
Use composite action to reduce copy & paste.
Notes:
Merged: https://github.com/ruby/ruby/pull/7998
|
|
Use composite action to reduce copy & paste.
Notes:
Merged: https://github.com/ruby/ruby/pull/7994
|
|
for macOS / Windows as well.
Docker-based GitHub Action does not work on these OSes.
|
|
|