From 80d851c99bfb7b6441e9a364ed5d49f867252eff Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Tue, 23 Jul 2019 14:13:39 -0400 Subject: [PATCH] vppdevice: fix install-dep failure when component install is required Change-Id: Ibc4379ef25c1bf536da68eb6d0b035993e907c7a Signed-off-by: Dave Wallace --- resources/libraries/bash/function/per_patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/libraries/bash/function/per_patch.sh b/resources/libraries/bash/function/per_patch.sh index fc608c46ad..b5bac78d4a 100644 --- a/resources/libraries/bash/function/per_patch.sh +++ b/resources/libraries/bash/function/per_patch.sh @@ -82,7 +82,7 @@ function build_vpp_ubuntu_amd64 () { set -exuo pipefail cd "${VPP_DIR}" || die "Change directory command failed." - make pkg-verify || die "VPP build using make pkg-verify failed." + make UNATTENDED=y pkg-verify || die "VPP build using make pkg-verify failed." echo "* VPP ${1-} BUILD SUCCESSFULLY COMPLETED" || { die "Argument not found." } -- 2.16.6