add fast build

Change-Id: Iad9017220c1bb0c8143910786c3a6bd1ee2de826
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
This commit is contained in:
Guo Ruijing 2016-05-25 08:29:51 +00:00
parent 755efc1ee9
commit 953703d2da
2 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,8 @@ OVS_VER=${OVS_VER:-2.5.1}
BUILD_HOME=$HOME/dpdk
BUILD_DEST=${BUILD_DEST:-/deb}
export DEB_BUILD_OPTIONS='parallel=8 nocheck'
sudo apt-get build-dep openvswitch -y
sudo apt-get -y install devscripts dpkg-dev git wget

View File

@ -6,6 +6,8 @@ OVS_VER=${OVS_VER:-2.5.90}
BUILD_HOME=$HOME/nsh
BUILD_DEST=${BUILD_DEST:-/deb}
export DEB_BUILD_OPTIONS='parallel=8 nocheck'
sudo apt-get build-dep openvswitch -y
sudo apt-get -y install devscripts dpkg-dev git wget