mirror of
https://github.com/apache/impala.git
synced 2025-12-19 18:12:08 -05:00
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:
committed by
Quanlong Huang
parent
5414c30098
commit
7b7e7709aa
@@ -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#*-}" \
|
||||
|
||||
Reference in New Issue
Block a user