Re: Building a Docker image for GitLab-CI

2024-12-18 Thread Cayetano Santos via
n<#secure method=pgpmime mode=sign> Hi Andreas, Nice work ! I’ve been playing a bit with it, but failed miserably to use your image, as you can see: https://gitlab.com/csantosb/gitlabci/-/jobs/8681019372 This is my dummy yaml file: https://gitlab.com/csantosb/gitlabci/-/blob/test

Re: Building a Docker image for GitLab-CI

2024-12-18 Thread Simon Josefsson via
Andreas Enge writes: > Hello Simon, > > Am Mon, Dec 16, 2024 at 11:42:34AM +0100 schrieb Simon Josefsson via: >> I am trying to get a Guix container usable in GitLab, and thought I'd >> share my status. I have established working networking in the resulting >> Guix container, which seems like pr

Re: How to add the timer-trigger-action to a shepherd service?

2024-12-18 Thread Tomas Volf
Jake writes: > Hi Tomas > > I got the snippet below from the patch series > https://issues.guix.gnu.org/74860 > >(actions (list (shepherd-action >(name 'trigger) >(documentation "Trigger something.") >(procedure #~trigger-timer

Re: How to add the timer-trigger-action to a shepherd service?

2024-12-18 Thread Tomas Volf
Hello, Felix Lechner via writes: > Hi Tomas, > > On Mon, Dec 16 2024, Tomas Volf wrote: > >> what to put into the (actions) field > > Please try this: > >(actions > (list (shepherd-action >(name 'trigger) >(documentation "Trigger the action associated with this ti

Go build system - build from local directory fails

2024-12-18 Thread Marc
Hey, I'm trying to build a go program that is located locally, and figured I'd use to go-build-system to do so. I've created the following (use-modules (guix gexp) (guix packages) (gnu packages gcc) (gnu packages golang) (guix build-system