https://bugs.launchpad.net/opencontrail/+bug/1439395

-- Deepinder


From: Édouard Thuleau <[email protected]<mailto:[email protected]>>
Date: Wednesday, April 1, 2015 at 12:04 AM
To: Deepinder Setia <[email protected]<mailto:[email protected]>>
Cc: "[email protected]<mailto:[email protected]>" 
<[email protected]<mailto:[email protected]>>, Karl 
Klashinsky <[email protected]<mailto:[email protected]>>
Subject: Re: [opencontrail-dev] contrail-installer script (contrail.sh)


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

Reply via email to