forked from mindspore-Ecosystem/mindspore
!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
This commit is contained in:
commit
ffc6397139
2
build.sh
2
build.sh
|
@ -340,7 +340,7 @@ checkopts()
|
||||||
esac
|
esac
|
||||||
done
|
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."
|
echo "WARNING:Option -e can't be set while option -t on/ut is set, reset device to empty."
|
||||||
DEVICE=""
|
DEVICE=""
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue