summaryrefslogtreecommitdiff
path: root/.github/actions/setup/directories
AgeCommit message (Collapse)Author
2025-03-05Update actions/cache for ruby_3_3Takashi Kokubun
2023-11-10Update checkoutJuanjo Bazán
2023-10-13Use the variable to skip the checkoutTakashi Kokubun
2023-10-13Skip a duplicated checkoutTakashi Kokubun
2023-10-13Just reorder the checkoutTakashi Kokubun
2023-10-13secrets cannot be templated in a shared actionTakashi Kokubun
2023-10-13Give a token to the shared checkout as wellTakashi Kokubun
2023-10-03Create dummy files in build dir in setup [ci skip]Nobuyoshi Nakada
2023-08-29Enable jobserver mode in submake [ci skip]Nobuyoshi Nakada
Filter out `-j` option not to reset jobserver mode which is enabled by the environment variable.
2023-08-15Fix a typo to suppress updating rbconfig.rb during `make up`Nobuyoshi Nakada
2023-07-25Revert "GitHub Actions: fix ENOENT for jobs running in forks"Alan Wu
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.
2023-07-24GitHub Actions: fix ENOENT for jobs running in forksAlan Wu
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
2023-07-04refactor extract mkdir卜部昌平
Everyone does `mkdir build; src/autogen.sh`; why not merge them. Notes: Merged: https://github.com/ruby/ruby/pull/8020