Skip to content

Commit

Permalink
feat: pack zetasql lib after buil parser:all
Browse files Browse the repository at this point in the history
  • Loading branch information
jingchen2222 committed May 20, 2021
1 parent 64ae112 commit da24120
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

env:
target: '//zetasql/parser/...'
build_argv: ''
build_argv: '--features=-supports_dynamic_linker '

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
2 changes: 2 additions & 0 deletions pack_zetasql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ else
libtool -static -o libzetasql.a tmp-lib/*.a
mv libzetasql.a "$PREFIX/lib"
fi
echo "ls zetasqllib"
ls "${ZETASQL_LIB_NAME}"/
if [[ "$OSTYPE" == "linux-gnu"* ]]
then
tar czf "${ZETASQL_LIB_NAME}-linux-x86_64.tar.gz" "${ZETASQL_LIB_NAME}"/
Expand Down

0 comments on commit da24120

Please sign in to comment.