Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: upgrade absl to 2e94e5b6e152df9fa9c2fe8c1b96e1393973d32c #56

Merged
merged 1 commit into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading