[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Hotfix (repeat)
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH] Hotfix (repeat) |
Date: |
Tue, 25 Nov 2014 22:41:40 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Deck Pickard <address@hidden> skribis:
> On 23 Nov 2014 21:49, "Ludovic Courtès" <address@hidden> wrote:
>>
>> Deck Pickard <address@hidden> skribis:
>>
>> > From 8e297904d80b39cd510ba0cced37acdb9b1aeb89 Mon Sep 17 00:00:00 2001
>> > From: nebuli <address@hidden>
>> > Date: Sat, 22 Nov 2014 19:58:24 +0100
>> > Subject: [PATCH 2/4] guix build: Add --max-jobs option (without handling
>> > code).
>> >
>> > * doc/guix.texi: Mention in the docs.
>> > * guix/scripts/build.scm: Extend (show-build-options-help) and
>> > (%standard-build-options) functions.
>>
>> Actually I had overlooked that this patch does nothing. :-)
>>
>> Could you send an updated version that passes the right option to
>> ‘set-build-options’?
>>
>
> No. Using '-c 0 -M 0' fails with cryptic message.
Setting max-jobs to 0 leads to:
--8<---------------cut here---------------start------------->8---
guix build: error: build failed: unable to start any build; either increase
`--max-jobs' or enable distributed builds
--8<---------------cut here---------------end--------------->8---
That’s expected because it really asks for zero locally running build
jobs (something that is useful, for instance, on a Hydra front-end.)
Commit f6526eb addresses that in a simple way.
Thanks,
Ludo’.