Do not build in parallel, leads to intermittent failures.
This commit is contained in:
parent
ba8f4b3754
commit
d3d36bf120
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user