warewulf / warewulf3

Warewulf is a scalable systems management suite originally developed to manage large high-performance Linux clusters.
107 stars 45 forks source link

provision: Fix 'fake' cross compile #286

Closed e4t closed 2 years ago

e4t commented 3 years ago

When arm binaries are taken from installed iPXE files, there is no need for a cross compiler to be installed. Make sure a build to look for a compiler only when it is actually required.

Signed-off-by: Egbert Eich eich@suse.com