From fe4c97a726d427925fb4ad6a26f8c005d7e9b3b0 Mon Sep 17 00:00:00 2001 From: "drenfong.wang" Date: Tue, 12 Feb 2019 04:42:09 +0000 Subject: [PATCH] use build-package instead of build-scvpp and build-plugins Change-Id: Id131d519f0cd56b4d7f0bf554ffd27a6bf1db537 Signed-off-by: drenfong.wang --- jjb/sweetcomb/include-raw-sweetcomb-build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jjb/sweetcomb/include-raw-sweetcomb-build.sh b/jjb/sweetcomb/include-raw-sweetcomb-build.sh index ac743d85d..8f12a9dd9 100644 --- a/jjb/sweetcomb/include-raw-sweetcomb-build.sh +++ b/jjb/sweetcomb/include-raw-sweetcomb-build.sh @@ -36,8 +36,7 @@ echo "Building using \"make build-root/build.sh\"" [ "x${DRYRUN}" == "xTrue" ] || make UNATTENDED=yes install-dep [ "x${DRYRUN}" == "xTrue" ] || make UNATTENDED=yes install-dep-extra [ "x${DRYRUN}" == "xTrue" ] || make UNATTENDED=yes install-vpp -[ "x${DRYRUN}" == "xTrue" ] || make UNATTENDED=yes build-scvpp -[ "x${DRYRUN}" == "xTrue" ] || make UNATTENDED=yes build +[ "x${DRYRUN}" == "xTrue" ] || make UNATTENDED=yes build-package echo "*******************************************************************" echo "* SWEETCOMB BUILD SUCCESSFULLY COMPLETED" -- 2.16.6