Browse Source

!15540 [MS][LITE][Daily CI]in cpu tar, run benchmark dependecy on hiai so file

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

+ 1
- 1
build.sh View File

@@ -340,7 +340,7 @@ checkopts()
esac
done

if [[ "X$RUN_TESTCASES" == "Xon" && "X$DEVICE" != "X" ]]; then
if [[ "X$RUN_TESTCASES" == "Xon" && "X$DEVICE" != "X" && "X$COMPILE_LITE" != "Xon" ]]; then
echo "WARNING:Option -e can't be set while option -t on/ut is set, reset device to empty."
DEVICE=""
fi


Loading…
Cancel
Save