Hi,
pkill9 <pkill9@runbox.com> skribis:
Toggle quote (3 lines)
> I see that Guix is requesting substitutes from the build servers before> it builds a profile derivation.
Can you show more precisely what you mean by pasting a command and itsoutput?
With the recent changes in the implementation of grafts, what happens isusually this:
$ guix build foo updating the list of substitutes… The following things will be built/downloaded: …
updating the list of substitutes… The following things will be built/downloaded: …
The second stage here typically includes profile.drv as well as grafts.All this is expected behavior.
Detailed behavior depends on what’s in /gnu/store, the freshness ofsubstitute info in /var/guix/substitute/cache, and applicable grafts forthe package(s) at hand.
Thanks,Ludo’.