
3 Nov
2016
3 Nov
'16
3:18 p.m.
On Thu, Nov 03, 2016 at 09:42:10PM +0800, Michal Privoznik wrote:
So far, the main code is built in parallel, which makes it pretty fast. But with a lots of tests we have now I've noticed this part takes too much time to build. The problem was that tests were build and run in a single job.
Also, 'make' in the first hunk is useless. The test suite is not built due to 'make all' because there's no .git in the sources unpacked from a tar.xz archive. It's 'make check' which triggers tests build.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> ---
ACK. Although Jano would definitely love if you mentioned the speedup you get thanks to this ;)