help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

%current-system and --system


From: Greg Hogan
Subject: %current-system and --system
Date: Fri, 3 Mar 2023 10:37:44 -0500

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
compilation, and %current-system is reported as "x86_64-linux". How
can I access the current "build system"?

If it helps, the manifest is defined at
https://github.com/greghogan/guix-manifest

Thanks,
Greg



reply via email to

[Prev in Thread] Current Thread [Next in Thread]