This is an automated email from the ASF dual-hosted git repository. stigahuang pushed a commit to branch branch-4.1.1 in repository https://gitbox.apache.org/repos/asf/impala.git
commit 9cd363e060547db108f7536167dfc19f17eb5ccb Author: stiga-huang <[email protected]> AuthorDate: Fri Aug 26 09:16:10 2022 +0800 Pin to asf-impala-4.1 branch of native-toolchain Change-Id: Ic65d9d006b31632868786373fbaa19ef023e007a Reviewed-on: http://gerrit.cloudera.org:8080/18952 Reviewed-by: Csaba Ringhofer <[email protected]> Tested-by: Quanlong Huang <[email protected]> --- bin/bootstrap_system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bootstrap_system.sh b/bin/bootstrap_system.sh index 17fc70efd..958ff070a 100755 --- a/bin/bootstrap_system.sh +++ b/bin/bootstrap_system.sh @@ -494,7 +494,7 @@ if [[ $ARCH_NAME == 'aarch64' ]]; then echo -e "\n$SET_TOOLCHAIN_HOME" >> "${IMPALA_HOME}/bin/impala-config-local.sh" eval "$SET_TOOLCHAIN_HOME" if ! [[ -d "$NATIVE_TOOLCHAIN_HOME" ]]; then - time -p git clone https://github.com/cloudera/native-toolchain/ \ + time -p git clone -b asf-impala-4.1 https://github.com/cloudera/native-toolchain/ \ "$NATIVE_TOOLCHAIN_HOME" fi cd "$NATIVE_TOOLCHAIN_HOME"
