[Lazarus] make all compilation error after 319649fb (Attn: Martin)

Wayne Sherman wsherman at gmail.com
Tue Jan 10 01:37:50 CET 2023


On Sun, Jan 8, 2023 Marcus Sackrow wrote:
> make all for at least x86_64-linux does not compile since 319649fb

On Mon, Jan 9, 2023 Martin Frb wrote:
> There is "make" (aka "make all" ?) and "make bigide".

If there is an automatic job for "make all", it apparently did not
catch the build failure reported by Marcus.

On Mon, Jan 9, 2023 at 3:35 PM Maxim Ganetsky via lazarus
<lazarus at lists.lazarus-ide.org> wrote:
> It is no problem to add some `make useride` job. In principle, we can
> even switch e. g. x86_64-win64 job to this (to avoid crowding even more
> our already huge job list).

Another option, if you don't want to create more jobs, is to string
build tests together on the same job:
#pseudocode
make all || echo 'make all failed'; exit 1
make distclean || echo 'make distclean failed'; exit 2
make useride || echo 'make useride failed'; exit 3


More information about the lazarus mailing list