From c6791acede1f278eb0fa5e04c843499363d6e926 Mon Sep 17 00:00:00 2001 From: aceforeverd Date: Sat, 22 May 2021 23:57:18 +0800 Subject: [PATCH] rm pack so --- pack_zetasql.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pack_zetasql.sh b/pack_zetasql.sh index 0b4eab7d0..ae6b49c24 100755 --- a/pack_zetasql.sh +++ b/pack_zetasql.sh @@ -43,7 +43,6 @@ export -f install_external_lib pushd bazel-bin/ # exlucde test so -find zetasql -maxdepth 4 -type f -iname '*.so' -exec bash -c 'install_lib $0' {} \; find zetasql -type f -iname '*.a' -exec bash -c 'install_lib $0' {} \; # external lib headers @@ -55,7 +54,7 @@ popd pushd external find icu -type f -iregex ".*/.*\.\(so\|a\)\$" -exec bash -c 'install_external_lib $0' {} \; find com_googlesource_code_re2 -type f -iregex ".*/.*\.\(so\|a\)\$" -exec bash -c 'install_external_lib $0' {} \; -find com_googleapis_googleapis -type f -iname '*.so' -exec bash -c 'install_external_lib $0' {} \; +find com_googleapis_googleapis -type f -iname '*.a' -exec bash -c 'install_external_lib $0' {} \; popd # zetasql generated files: protobuf & template generated files @@ -75,7 +74,5 @@ echo "end" >> libzetasql.mri ar -M