guix-devel
[Top][All Lists]
Advanced

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

RFC: writable private scratch XDG_CACHE_HOME in build enviroment?


From: Andy Wingo
Subject: RFC: writable private scratch XDG_CACHE_HOME in build enviroment?
Date: Tue, 21 Feb 2017 12:15:18 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Hi,

Guile will try to automatically compile .scm files and cache them in
XDG_CACHE_HOME.  When building Guile itself, Guile sets XDG_CACHE_HOME
to ${top_builddir}/cache.  What if we would set this ourselves for all
packages?  That way all packages could benefit from a scratch location
when building that wouldn't propagate to the outputs.

In Fibers I have some tests that I assume get compiled.  If they're not
compiled, they go quite slow (260s vs 5s).  Alternately I could add a
XDG_CACHE_HOME setting in Fibers.  Which should we do?

Regards,

Andy



reply via email to

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