help-guix
[Top][All Lists]
Advanced

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

Re: guix package build: can distcc be used?


From: Adam Faiz
Subject: Re: guix package build: can distcc be used?
Date: Sun, 25 Dec 2022 18:21:43 +0800

curious if distcc can be used for building packages in Guix?

If yes that can reduce the time spent in building significantly.
Currently, guix build doesn't support distcc for distributing individual source code files for compilation. However, guix offload can be used to offload the whole build jobs to another trusted machine(s).

It's unknown whether implementing usage of distcc and enabling it in `guix build` will affect bit-for-bit reproducibility of packages.

The distcc feature request and adding distcc to guix's dependency closure and should be discussed further on guix-devel before implementing.



reply via email to

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