[Maria-discuss] Parallel build support for v10?
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? jen
Hi, Jen! On Oct 24, jen142@promessage.com 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
On Thu, Oct 24, 2013, at 02:31 PM, Sergei Golubchik wrote:
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.
Hm, then I've a mystery. Need to poke around. Thx. Jen
participants (2)
-
jen142@promessage.com
-
Sergei Golubchik