X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap.sh;h=54d6ff7ba3a68b657e9a958dd28dedab86f9c8c5;hp=e3d80e7d56460308c586fe7fa8c1d41a78970790;hb=b52c43bd354ee658d4f955995a08073a1338e898;hpb=6721e7f09aa95bff6622068332a3f56afad9c87b diff --git a/bootstrap.sh b/bootstrap.sh index e3d80e7d56..54d6ff7ba3 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -195,10 +195,6 @@ if [ "${#}" -ne "0" ]; then arr=(${@}) echo ${arr[0]} SKIP_PATCH="skip_patchORskip_vpp_patch" - # Download DPDK parts not included in dpdk plugin of vpp build - for ARTIFACT in ${DPDK_ARTIFACTS}; do - wget -q "${VPP_REPO_URL}/${ARTIFACT}/${DPDK_STABLE_VER}/${ARTIFACT}-${DPDK_STABLE_VER}${VPP_CLASSIFIER}.${PACKAGE}" || exit - done else rm -f *.${PACKAGE} for ARTIFACT in ${DPDK_ARTIFACTS}; do