← Back to team overview

maria-discuss team mailing list archive

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


Follow ups