Reduce parallelism to fit low-spec build machines. 16/65516/4
authorRob Adams <readams@readams.net>
Tue, 14 Nov 2017 23:14:13 +0000 (15:14 -0800)
committerAnil Belur <abelur@linuxfoundation.org>
Tue, 14 Nov 2017 23:57:07 +0000 (09:57 +1000)
Change-Id: I41df93b61c6eec4ffc80f8c9423986ca03d4973a
Signed-off-by: Rob Adams <readams@readams.net>
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
jjb/opflex/scripts/opflex-build.sh

index ed202bff8c00df7d47ea02629da053aaf3e44ea3..ca5a8bf0be8cfc90fecf9e2477fb142f772bb271 100644 (file)
@@ -50,7 +50,7 @@ pushd libopflex
     --with-buildversion=$BUILD_NUMBER \
     CPPFLAGS="-isystem $ROOT/include" \
     CXXFLAGS="-Wall"
-make -j8
+make -j4
 if ! make check; then find . -name test-suite.log -exec cat {} \; && false; fi
 make install
 make dist
@@ -77,7 +77,7 @@ pushd agent-ovs
     --with-buildversion=$BUILD_NUMBER \
     CPPFLAGS="-isystem $ROOT/include" \
     CXXFLAGS="-Wall"
-make -j8
+make -j4
 if ! make check; then find . -name test-suite.log -exec cat {} \; && false; fi
 make dist
 mv *.tar.gz "$UPLOAD_FILES_PATH"