On Fri, Jun 27, 2025 at 3:32 PM Greg Troxel <g...@lexort.com> wrote: > > Nala Ginrut <nalagin...@gmail.com> writes: > > > Hi Ludo! > > If you are looking for a new CI/CD solution, maybe you could take look at > > Byggsteg which is implemented with Guile and Artanis. > > > > https://codeberg.org/jjba23/byggsteg > > As someone pondering a move from github to codeberg (for something not > related to guile), I have been thinking more about CI resources than > about the CI software. I don't see how using Byggsteg leads to having > runners available -- but I am very underclued, so more than happy to be > told I'm wrong.
To get integrated CI (results show up in PRs, etc.) with Codeberg you need to run your own instance of forgejo-runner. Fortunately, forgejo-runner has been packaged for Guix recently. If someone is looking for a project: Try writing a Forgejo-compatible runner in Guile. :) - Dave