guix-devel
[Top][All Lists]
Advanced

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

Re: Test parallelism with CMake


From: Greg Hogan
Subject: Re: Test parallelism with CMake
Date: Tue, 12 Oct 2021 13:28:06 -0400

Hi Liliana,

The packages I am building do not disable parallel tests.

Greg

On Sat, Oct 9, 2021 at 3:56 AM Liliana Marie Prikler <liliana.prikler@gmail.com> wrote:
Hi Greg,

for the purposes of GNU Guix, #:parallel-build? and #:parallel-tests?
are distinct flags and the latter (if implemented) would apply to the
check phase.  Our cmake-build-system in this case defers to gnu-build-
system, which ought to insert -jN as you described.

It could be that the package(s) you build have disabled parallel tests
for some reason (breakage, reproducibility, ...).  If not there would
be issues passing those arguments, which I don't believe the case from
static analysis however.

Cheers,
Liliana


reply via email to

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