From 9ead5c89e010e85fbfa5cbd615fb7203e62cdcbc Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Thu, 10 Nov 2022 00:05:31 +0800 Subject: [PATCH] build_inf.sh: build yocto before centos Issue-ID: INF-283 Signed-off-by: Jackie Huang Change-Id: I1796f24a16bbb901b51d13b58cbdd09117cd05d1 --- scripts/build_inf.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/scripts/build_inf.sh b/scripts/build_inf.sh index 4f43daf..9f092ef 100755 --- a/scripts/build_inf.sh +++ b/scripts/build_inf.sh @@ -160,6 +160,14 @@ if [ "$CI" = "true" ]; then get_debug_info fi +msg_step="Yocto builds" +echo_step_start + +RUN_CMD="${SCRIPT_YP} -w ${WORKSPACE_YP} ${DRYRUN} ${YP_ARGS}" +run_cmd "Start Yocto builds" + +echo_step_end + # dry-run is not supported yet for CentOS build if [ -z "${DRYRUN}" ]; then msg_step="CentOS builds" @@ -174,11 +182,3 @@ if [ -z "${DRYRUN}" ]; then echo_step_end fi - -msg_step="CentOS builds" -echo_step_start - -RUN_CMD="${SCRIPT_YP} -w ${WORKSPACE_YP} ${DRYRUN} ${YP_ARGS}" -run_cmd "Start Yocto builds" - -echo_step_end -- 2.16.6