Elektrine lite

← Feed

@chaos@gts.schizofucked.monster

Post #1686951

2026-04-24 17:33 UTC

@filmroellchen we need a mix of trigger based (time, commit) CI, manual run actions, multiarch (x64,arm64,sparc), multios (linux, *bsd, illumos, macos, windows), configurable build caching of directories, etc so theres not really a single platform that fully works for us rn

Replies (1)

  • @filmroellchen@chaos.social 2026-04-24 17:35

    @chaos right, but at least some of these things can be solved by “just a ci runner”: - forgejo does scheduled jobs - forgejo does event-based jobs for a repo, e.g. issues and PRs, releases - forgejo does manually run actions - `actions/cache` is not great, but you can use multiple of them, and it’s very configurable in terms of directories and keys. the major issue is missing (read-only) fallback caches, which gitlab solves much better

    Open ##1686952