Fix backward compatibility issue with vagrant directory move
[ci-management.git] / jjb / vpp / include-raw-vpp-build.sh
index b51b41a..582971c 100644 (file)
@@ -39,7 +39,8 @@ then
     echo "Building using \"make verify\""
     [ "x${DRYRUN}" == "xTrue" ] || make UNATTENDED=yes verify
 else
-    echo "Building using \"build-root/vagrant/build.sh\""
+    echo "Building using \"make build-root/vagrant/build.sh\""
+    [ "x${DRYRUN}" == "xTrue" ] || make UNATTENDED=yes dpdk-install-dev
     [ "x${DRYRUN}" == "xTrue" ] || build-root/vagrant/build.sh
 fi