help-guix
[Top][All Lists]
Advanced

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

Re: help setting up guix from source


From: Ludovic Courtès
Subject: Re: help setting up guix from source
Date: Wed, 09 Mar 2016 16:43:18 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Aleix Conchillo Flaqué <address@hidden> skribis:

> On Tue, Mar 8, 2016 at 1:01 AM, Ludovic Courtès <address@hidden> wrote:
>> Aleix Conchillo Flaqué <address@hidden> skribis:
>>
>>> When I run "guix package -i glibc-locales" after setting up the daemon I 
>>> get:
>>>
>>> substitute: updating list of substitutes from 'http://hydra.gnu.org'... 
>>> 100.0%
>>>
>>> over and over.
>>
>> For the record, the fact that this line is displayed several times in a
>> row is a side effect of the recent introduction of grafts¹.
>>
>> I’m thinking of improving parallelism and/or increasing caching to
>> mitigate that.
>>
>
> About parallelism, I believe (may be I'm wrong) downloads occur
> sequentially right now, I think running them in parallel would speed
> up things as well.

It’s not entirely clear to me, but you could try by increasing the
number of jobs, as in:

  guix build libreoffice --max-jobs=4

The default is one job at a time (but each job can use all the cores.)

Thanks,
Ludo’.



reply via email to

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