Browse Source

!13704 [MS][LITE][r1.2] it doesn't clear the output/ when build inference package

From: @sunsuodong
Reviewed-by: @zhang_xue_tong,@zhanghaibo5
Signed-off-by: @zhang_xue_tong
pull/13704/MERGE
mindspore-ci-bot Gitee 4 years ago
parent
commit
8ef0e8a8b0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      build.sh

+ 1
- 0
build.sh View File

@@ -538,6 +538,7 @@ write_commit_file() {

build_lite()
{
rm -rf ${BASEPATH}/output/*
get_version
echo "============ Start building MindSpore Lite ${VERSION_STR} ============"
local LOCAL_LITE_PLATFORM=${LITE_PLATFORM}


Loading…
Cancel
Save