IMPALA-14214: Correct IMPALA_TOOLCHAIN_COMMIT_HASH

Fixes the default value of the IMPALA_TOOLCHAIN_COMMIT_HASH
environment variable to be the correct hash.

Change-Id: I98824f363334a15e4f91c0b3f51fa09a5d15c241
Reviewed-on: http://gerrit.cloudera.org:8080/23233
Reviewed-by: Joe McDonnell <joemcdonnell@cloudera.com>
Tested-by: Quanlong Huang <huangquanlong@gmail.com>
This commit is contained in:
jasonmfehr
2025-07-31 11:26:45 -07:00
committed by Quanlong Huang
parent 5414c30098
commit 7b7e7709aa

View File

@@ -87,7 +87,7 @@ export IMPALA_TOOLCHAIN_REPO=\
${IMPALA_TOOLCHAIN_REPO:-https://github.com/cloudera/native-toolchain.git}
export IMPALA_TOOLCHAIN_BRANCH=${IMPALA_TOOLCHAIN_BRANCH:-master}
export IMPALA_TOOLCHAIN_COMMIT_HASH=\
${IMPALA_TOOLCHAIN_COMMIT_HASH-d08347ae225ff48bcdf25a6f31e9359a59999652}
${IMPALA_TOOLCHAIN_COMMIT_HASH-7a2bc2334c55fc662bb45a9d4c77551bcc911271}
# Compare the build ref in build IDs by removing everything up-to-and-including the
# first hyphen.
if [ "${IMPALA_TOOLCHAIN_BUILD_ID_AARCH64#*-}" \