Hi,
On Thu, 14 Sep 2023 at 11:58, Ludovic Courtès wrote:
>> What could be done about this? Another solution would be to somehow
>> build Guix without any of the dependencies and then add them in later,
>> similar to what is done with build-aux/build-self.scm to be able to load
>> (guix self) in
Hello!
Josselin Poiret skribis:
> After looking a bit more into guix pull speed, or to be more precise the
> "Computing Guix derivation..." step, which is not substitutable. I've
> come to the conclusion that the thing that takes the majority of the
> time is loadin
Hi Josselin,
On Thu, 7 Sept 2023 at 10:37, Josselin Poiret wrote:
[...]
Thanks for explaining.
Cheers,
simon
--
Simon Tournier writes:
> Do it copy on the fly? I mean, is it first written somewhere then moved?
It just copies the output of the building process, which shouldn't be
too big. It's waiting for build output though, hence why it's taking so
much time.
>> It's building the same! Just tha
Hi Josselin,
On Wed, 06 Sep 2023 at 11:45, Josselin Poiret wrote:
>> Well, on my machine, the bigger bottleneck seems the procedure name
>> ’proxy’ which copies stuff around, IIUC. See [1].
>
> Proxy is on the helper script side, it's just waiting for the actual
> build script to do its thing.
Hi Simon,
Simon Tournier writes:
> Hi Josselin,
>
> On Tue, 29 Aug 2023 at 13:58, Josselin Poiret wrote:
>
>> After looking a bit more into guix pull speed, or to be more precise the
>> "Computing Guix derivation..." step, which is not substitutable. I
Hi Josselin,
On Tue, 29 Aug 2023 at 13:58, Josselin Poiret wrote:
> After looking a bit more into guix pull speed, or to be more precise the
> "Computing Guix derivation..." step, which is not substitutable. I've
> come to the conclusion that the thing that takes the m
Hi everyone,
After looking a bit more into guix pull speed, or to be more precise the
"Computing Guix derivation..." step, which is not substitutable. I've
come to the conclusion that the thing that takes the majority of the
time is loading the files that define the packages th