!10415 tod fix untar libglog.so

From: @yonibaehr_admin
Reviewed-by: @HilbertDavid,@ddwsky
Signed-off-by: @HilbertDavid
This commit is contained in:
mindspore-ci-bot 2020-12-24 09:13:36 +08:00 committed by Gitee
commit 4e68ee8f50
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ if [ ! -f "$CONVERTER" ]; then
if ! command -v converter_lite &> /dev/null
then
tar -xzf ../../../../../output/mindspore-lite-*-train-converter-linux-x64.tar.gz --strip-components 2 --wildcards --no-anchored converter_lite libmindspore_gvar.so
tar -xzf ../../../../../output/mindspore-lite-*-train-converter-linux-x64.tar.gz --strip-components 4 --wildcards --no-anchored libglog.so.0
if [ -f ./converter_lite ]; then
CONVERTER=./converter_lite
else

View File

@ -19,6 +19,7 @@ if [ ! -f "$CONVERTER" ]; then
if ! command -v converter_lite &> /dev/null
then
tar -xzf ../../../../../output/mindspore-lite-*-train-converter-linux-x64.tar.gz --strip-components 2 --wildcards --no-anchored converter_lite libmindspore_gvar.so
tar -xzf ../../../../../output/mindspore-lite-*-train-converter-linux-x64.tar.gz --strip-components 4 --wildcards --no-anchored libglog.so.0
if [ -f ./converter_lite ]; then
CONVERTER=./converter_lite
else