bug-guix
[Top][All Lists]
Advanced

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

bug#18262: perl-tk intermittent failures due to parallel build


From: Ludovic Courtès
Subject: bug#18262: perl-tk intermittent failures due to parallel build
Date: Tue, 26 Aug 2014 00:04:43 +0200
User-agent: Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.3 (gnu/linux)

Andreas Enge <address@hidden> skribis:

> On Wed, Aug 13, 2014 at 04:20:47PM -0400, address@hidden wrote:
>> I tried to add #:parallel-build #f to the arguments, but that flag seems
>> to be unsupported in the perl-build-system, even though it is almost
>> identical to the gnu-build-system.
>
> I think the following (untested) patch adds support for the flag:
>
> diff --git a/guix/build-system/perl.scm b/guix/build-system/perl.scm
> index 5695491..515ca90 100644
> --- a/guix/build-system/perl.scm
> +++ b/guix/build-system/perl.scm
> @@ -79,6 +79,7 @@ provides a `Makefile.PL' file as its build system."
>                     #:system ,system
>                     #:test-target "test"
>                     #:tests? ,tests?
> +                   #:parallel-build? ,parallel-build?
>                     #:outputs %outputs
>                     #:inputs %build-inputs)))

Yes, indeed.

> If it does, we might add #:parallel-tests? at the same time.

Yes.

Could you do it?

Thanks,
Ludo’.





reply via email to

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