IRC channel logs

2025-03-14.log

back to list of logs

<dthompson>okay, I finally have a working build of forgejo-runner
<dthompson>I am using the "self-hosted" mode to skip docker/podman/etc. and use 'guix shell --container' for isolation
<dthompson>using*
<jlicht>dthompson: wait what, as a guix package?!
<dthompson>jlicht: yeah. not all of forgejo, just the job runner daemon
<dthompson>I have a pile of go packages
<dthompson>jlicht: yeah, a guix package. not all of forgejo, to be clear. just the job runner daemon.
<dthompson>oops I may have duplicated messages :) thought I was disconnected before
<jlicht>all good. still pretty nifty!
<dthompson>yeah it will allow spritely to use codeberg and only have to host a little server to run CI jobs
<dthompson>modifying this runner to have support for isolation via 'guix container' would be really cool
<dthompson>'guix shell --container' that is
<dthompson>but for now manually doing so will work fine