maria-discuss team mailing list archive
-
maria-discuss team
-
Mailing list archive
-
Message #01131
Re: Parallel build support for v10?
Hi, Jen!
On Oct 24, jen142@xxxxxxxxxxxxxx wrote:
> Hi,
>
> I build MariaDB v10 from src on linux/64.
>
> If, after `cmake` configure I attempt a parallel build,
>
> make -j4 VERBOSE=1
>
> I get numerous/sequential build failures.
>
> ALL of the related failures vanish if I simple single-thread the build,
>
> make -j1 VERBOSE=1
>
> *IS* MarbiDB v10 currently intended to be parallel-buildable?
Yes, absolutely. I always build with 'make -j5' on my linux/x64 build
computer.
And you can check at http://buildbot.askmonty.org/buildbot/grid?branch=10.0
that we almost always use parallel builds, and they do succeed.
Regards,
Sergei
Follow ups
References