bug#67250: builtin:git-download capability detection not working for the bordeaux build farm

2024-05-18 Thread Christopher Baines
Simon Tournier writes: > On Wed, 22 Nov 2023 at 11:19, Ludovic Courtès wrote: > >> As in: >> >> (open-connection >> #:assume-available-builtin-builders '("download")) > > Instead, why not check in ’git-fetch’? Currently, the test is done > against the local daemon, right? > >

bug#67250: builtin:git-download capability detection not working for the bordeaux build farm

2024-05-18 Thread Christopher Baines
Christopher Baines writes: > Ludovic Courtès writes: > >> Hi, >> >> Christopher Baines skribis: >> >>> The bordeaux build farm depends on computing the derivations on one >>> machine, then potentially building them on a different machine. >>> >>> Some of the build machines don't have a new

bug#67250: builtin:git-download capability detection not working for the bordeaux build farm

2023-11-28 Thread Christopher Baines
Ludovic Courtès writes: > Hi, > > Christopher Baines skribis: > >> The bordeaux build farm depends on computing the derivations on one >> machine, then potentially building them on a different machine. >> >> Some of the build machines don't have a new enough guix-daemon that >> understands

bug#67250: builtin:git-download capability detection not working for the bordeaux build farm

2023-11-28 Thread Simon Tournier
Hi, On Wed, 22 Nov 2023 at 11:19, Ludovic Courtès wrote: > As in: > > (open-connection > #:assume-available-builtin-builders '("download")) Instead, why not check in ’git-fetch’? Currently, the test is done against the local daemon, right? --8<---cut

bug#67250: builtin:git-download capability detection not working for the bordeaux build farm

2023-11-22 Thread Ludovic Courtès
Hi, Christopher Baines skribis: > The bordeaux build farm depends on computing the derivations on one > machine, then potentially building them on a different machine. > > Some of the build machines don't have a new enough guix-daemon that > understands builtin:git-download, so derivations that

bug#67250: builtin:git-download capability detection not working for the bordeaux build farm

2023-11-20 Thread Christopher Baines
Simon Tournier writes: > Hi Chris, > > On Fri, 17 Nov 2023 at 21:39, Christopher Baines wrote: > >> The bordeaux build farm depends on computing the derivations on one >> machine, then potentially building them on a different machine. >> >> Some of the build machines don't have a new enough

bug#67250: builtin:git-download capability detection not working for the bordeaux build farm

2023-11-20 Thread Simon Tournier
Hi Chris, On Fri, 17 Nov 2023 at 21:39, Christopher Baines wrote: > The bordeaux build farm depends on computing the derivations on one > machine, then potentially building them on a different machine. > > Some of the build machines don't have a new enough guix-daemon that > understands

bug#67250: builtin:git-download capability detection not working for the bordeaux build farm

2023-11-17 Thread Christopher Baines
The bordeaux build farm depends on computing the derivations on one machine, then potentially building them on a different machine. Some of the build machines don't have a new enough guix-daemon that understands builtin:git-download, so derivations that use this are sometimes failing (e.g. [1])