Skip to content

Commit

Permalink
build: upgrade absl to 2e94e5b6e152df9fa9c2fe8c1b96e1393973d32c (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
aceforeverd authored Sep 25, 2024
1 parent a610a33 commit e4fcbd3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 34 deletions.
24 changes: 0 additions & 24 deletions aarch64.patch

This file was deleted.

7 changes: 3 additions & 4 deletions bazel/zetasql_deps_step_2.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,9 @@ cc_proto_library(
#
http_archive(
name = "com_google_absl",
# Commit from 2021-02-23
url = "https://github.com/abseil/abseil-cpp/archive/a50ae369a30f99f79d7559002aba3413dac1bd48.tar.gz",
sha256 = "be2a9d7ea7ee15f9317b57beff37e8ffb67418fb0df64592366b04c8618c2584",
strip_prefix = "abseil-cpp-a50ae369a30f99f79d7559002aba3413dac1bd48",
url = "https://github.com/abseil/abseil-cpp/archive/2e94e5b6e152df9fa9c2fe8c1b96e1393973d32c.zip",
sha256 = "485f7488f2102edd702d1cac1c30f30efa6f3bc793999aeb92f161b2dbe707dd",
strip_prefix = "abseil-cpp-2e94e5b6e152df9fa9c2fe8c1b96e1393973d32c",
)

# Abseil (Python)
Expand Down
6 changes: 0 additions & 6 deletions build_zetasql_parser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ set -eE
pushd "$(dirname "$0")"
pushd "$(git rev-parse --show-toplevel)"

if [[ $(arch) = 'aarch64' ]]; then
git checkout .
# need upgrade abseil and bazel to compile on aarch64
git apply --verbose aarch64.patch
fi

echo "build with python: $(python -V), python3: $(python3 -V)"

#=== FUNCTION ================================================================
Expand Down

0 comments on commit e4fcbd3

Please sign in to comment.