In Contrail-installer/contrail.sh the recently introduced "-j$NB_JOBS"
mechanism for parallel make is causing random failures while building. I am
temporarily disabling it so that build continues to work till we fix parallel
make issues.
Thanks
Deepinder
@@ -65,7 +65,8 @@ CONTROL_IP=${CONTROL_IP:-$CFGM_IP}
CONTRAIL_DEFAULT_INSTALL=${CONTRAIL_DEFAULT_INSTALL:-True}
NB_JOBS=$(($(grep -c processor /proc/cpuinfo)+1))
-SCONS_ARGS="-j$NB_JOBS --opt=production"
+#SCONS_ARGS="-j$NB_JOBS --opt=production"
+SCONS_ARGS="--opt=production"
if [[ "$RECLONE" == "True" ]]; then
echo "Recloning the contrail again"
_______________________________________________
Dev mailing list
[email protected]
http://lists.opencontrail.org/mailman/listinfo/dev_lists.opencontrail.org