!10415 tod fix untar libglog.so

From: @yonibaehr_admin
Reviewed-by: @HilbertDavid,@ddwsky
Signed-off-by: @HilbertDavid
pull/10415/MERGE
mindspore-ci-bot 4 years ago committed by Gitee
commit 4e68ee8f50

@ -15,6 +15,7 @@ if [ ! -f "$CONVERTER" ]; then
if ! command -v converter_lite &> /dev/null if ! command -v converter_lite &> /dev/null
then 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 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 if [ -f ./converter_lite ]; then
CONVERTER=./converter_lite CONVERTER=./converter_lite
else else

@ -19,6 +19,7 @@ if [ ! -f "$CONVERTER" ]; then
if ! command -v converter_lite &> /dev/null if ! command -v converter_lite &> /dev/null
then 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 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 if [ -f ./converter_lite ]; then
CONVERTER=./converter_lite CONVERTER=./converter_lite
else else

Loading…
Cancel
Save