Michael Smith has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/20519 )
Change subject: IMPALA-12354: Add aarch64 native-toolchain build ...................................................................... IMPALA-12354: Add aarch64 native-toolchain build Pre-built toolchains are identified by a TOOLCHAIN_BUILD_ID. This commit adds an aarch64 (64-bit ARM) native-toolchain build, separate from the x86_64 native-toolchain build, with its own environment variable set in impala-config.sh. bootstrap_toolchain.py selects which version to use based on 'uname -m'. impala-config.sh also verifies that IMPALA_TOOLCHAIN_BUILD_ID_AARCH64 and IMPALA_TOOLCHAIN_BUILD_ID_X86_64 were produced from the same native-toolchain ref by checking the 2nd token of the build ID. Updates package version to include the architecture tag to match how native-toolchain now names them. Testing: - successfully built on ARM, and tests passed (exceptions noted in IMPALA-12490) Change-Id: I9bfa7125dbc647b33041c5572d97b7f7ccad6258 Reviewed-on: http://gerrit.cloudera.org:8080/20519 Reviewed-by: Joe McDonnell <[email protected]> Tested-by: Michael Smith <[email protected]> --- M bin/bootstrap_system.sh M bin/bootstrap_toolchain.py M bin/impala-config.sh M buildall.sh 4 files changed, 21 insertions(+), 15 deletions(-) Approvals: Joe McDonnell: Looks good to me, approved Michael Smith: Verified -- To view, visit http://gerrit.cloudera.org:8080/20519 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I9bfa7125dbc647b33041c5572d97b7f7ccad6258 Gerrit-Change-Number: 20519 Gerrit-PatchSet: 12 Gerrit-Owner: Michael Smith <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Laszlo Gaal <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]>
