lilypond-devel
[Top][All Lists]
Advanced

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

Re: testing out Docker CI scripts?


From: David Kastrup
Subject: Re: testing out Docker CI scripts?
Date: Sun, 23 Feb 2020 12:05:38 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Han-Wen Nienhuys <address@hidden> writes:

> Maybe it's this statement in ly-rules.make
>
> # This allows -j make option while making sure only one lilypond-book instance
> # is running at the same time, using GNU make's order-only prerequisites so
> # as to not create superficial dependencies between unrelated manuals.
> define CHAIN_RULE
> | $(i)
> $(i):
> endef
>
> which serializes the lp-book calls, but I'll have to look a litte
> deeper to be sure.

lp-book calls need to get serialised because of its database design.
lp-book uses CPU_COUNT for exploiting parallel CPUs, something which we
have used since before I even started with LilyPond.

Do you start your doc building tests with a suitable CPU_COUNT ?

-- 
David Kastrup
My replies have a tendency to cause friction.  To help mitigating
damage, feel free to forward problematic posts to me adding a subject
like "timeout 1d" (for a suggested timeout of 1 day) or "offensive".



reply via email to

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