Skip to content

Commit

Permalink
Verbose logging during native_client packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
reuben committed Apr 16, 2021
1 parent 9fe3b61 commit a668cb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci_scripts/package-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ package_native_client()
win_lib="-C ${tensorflow_dir}/bazel-bin/native_client/ libdeepspeech.so.if.lib"
fi;

${TAR} -cf - \
${TAR} --verbose -cf - \
-C ${tensorflow_dir}/bazel-bin/native_client/ libdeepspeech.so \
${win_lib} \
-C ${tensorflow_dir}/bazel-bin/native_client/ generate_scorer_package \
Expand Down Expand Up @@ -60,7 +60,7 @@ package_native_client_ndk()
echo "Please specify arch abi."
fi;

${TAR} -cf - \
${TAR} --verbose -cf - \
-C ${deepspeech_dir}/native_client/libs/${arch_abi}/ deepspeech \
-C ${deepspeech_dir}/native_client/libs/${arch_abi}/ libdeepspeech.so \
-C ${tensorflow_dir}/bazel-bin/native_client/ generate_scorer_package \
Expand Down

0 comments on commit a668cb5

Please sign in to comment.