Re: %current-system and --system

2023-03-07 Thread Ludovic Courtès
Hi, Greg Hogan skribis: > From my x86_64 machine I am executing offload builds targeting an > aarch64 machine: > > $ guix build --system=aarch64-linux --manifest=manifest.scm > > Several packages do not build for aarch64 and need to be filtered out. > %current-target-system is #f as these are of

Re: %current-system and --system

2023-03-07 Thread Efraim Flashner
On Fri, Mar 03, 2023 at 10:37:44AM -0500, Greg Hogan wrote: > Hi Guix, > > From my x86_64 machine I am executing offload builds targeting an > aarch64 machine: > > $ guix build --system=aarch64-linux --manifest=manifest.scm > > Several packages do not build for aarch64 and need to be filtered ou

%current-system and --system

2023-03-03 Thread Greg Hogan
Hi Guix, >From my x86_64 machine I am executing offload builds targeting an aarch64 machine: $ guix build --system=aarch64-linux --manifest=manifest.scm Several packages do not build for aarch64 and need to be filtered out. %current-target-system is #f as these are offload builds not cross compi