From: Jackie Huang Date: Wed, 9 Nov 2022 16:05:31 +0000 (+0800) Subject: build_inf.sh: build yocto before centos X-Git-Tag: i-release~55 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=044ba0fe3581f282ff20625a46d425143cfbb060;p=pti%2Frtp.git build_inf.sh: build yocto before centos Issue-ID: INF-283 Signed-off-by: Jackie Huang Change-Id: I1796f24a16bbb901b51d13b58cbdd09117cd05d1 --- 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