Merge "Configure tep-ip for genius auto tunnels"
[releng/builder.git] / 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"