Commit Graph

13 Commits

Author SHA1 Message Date
Duncaen 49effd02d2
.github/workflows: update containers to latest masterdir image 2023-02-04 15:05:05 +01:00
Michael Aldridge bd5a5b3146 .github/workflows: Use a different vintage of masterdir 2023-02-03 22:57:53 -06:00
Michael Aldridge 9dd29572de .github/workflows: update masterdirs 2023-02-03 21:34:36 -06:00
classabbyamp 08f062aad3 .github/workflows: use treeless-checkout-action 2023-01-29 20:54:40 -06:00
classabbyamp 1624cbb9a8
.github/workflows/{build.yaml,cycles.yml}: update masterdir image 2023-01-11 09:53:12 -05:00
classabbyamp 4410de52c1 .github/workflows: use checkout script instead of action
uses treeless fetches instead of `--depth`. This is not supported by
`actions/checkout`, so it was implemented as a short script (staying
with `actions/checkout@v1` does not seem like a good idea because of
its age, and updating to `actions/checkout@v3` would require adding
`libstdc++` to any CI workflows that run in void containers because
of node's requirements)

see also: https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone/

this can't be implemented as a script in `common/travis/` because the
repo doesn't exist on the runner (yet!)

also fix indentation in cycle check
2022-12-21 01:15:15 -05:00
Đoàn Trần Công Danh 7510b96218 common: simplify logic to find git
From chroot-git 2.33.1, we always have an executable named git
for other build infrastructure and lints.

Let's remove the shenanegan to find which git to be used, prepend the
path to chroot-git's git into $PATH, and let's the shell call the
correct git for us instead.
2022-09-17 23:32:50 +07:00
Duncaen 92031434c9
.github/workflows: switch to repo-ci.voidlinux.org 2022-08-05 23:06:25 +02:00
classabbyamp 1d9bfae23f .github/workflows/: set token permissions 2022-07-02 19:46:15 -05:00
classabbyamp ada037c9c1 .github/workflows/cycles.yml: update masterdir 2022-05-28 18:29:12 -03:00
classabbyamp cd824936ce .github/workflows/cycles.yml: fix git command detection 2022-04-26 21:33:20 +02:00
classabbyamp 24378c52ea .github/workflows/cycle.yml: fix error message related to git 2.35.2+ 2022-04-26 19:56:22 +02:00
Michael Aldridge 58c693ad0d .github/workflows: clean up cycle check 2022-04-01 23:58:48 -05:00
Renamed from .github/workflows/cron.yml (Browse further)