Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aceforeverd committed Dec 4, 2021
1 parent 274f677 commit acec9de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_zetasql_parser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ bazel build "$TARGET" "$BUILD_ARGV"
bazel test "$TARGET" "$BUILD_ARGV"

# explicitly build dependencies into static library
bazel clean
bazel query "deps(//zetasql/parser:parser)" | grep //zetasql | xargs bazel build "$BUILD_ARGV"
bazel build "@com_googleapis_googleapis//:all" "$BUILD_ARGV"
bazel query "@com_google_file_based_test_driver//..." | xargs bazel build "$BUILD_ARGV"
Expand Down

0 comments on commit acec9de

Please sign in to comment.