Do not build in parallel, leads to intermittent failures.

This commit is contained in:
Jerry James 2020-01-22 10:20:37 -07:00
parent ba8f4b3754
commit d3d36bf120

View File

@ -137,7 +137,8 @@ export JAVA_TOOL_OPTIONS="-Dfile.encoding=UTF8"
# Put back a flag that the configure script strips out
sed -i 's/-Wp,-D_FORTIFY_SOURCE=2/-Werror=format-security &/' Makefile.config
%make_build
# Parallel builds fail intermittently
make
make doc
# for some reason this is no longer built in `make doc`