This is an automated email from the ASF dual-hosted git repository.
jasonmfehr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
The following commit(s) were added to refs/heads/master by this push:
new 5bad0daf7 IMPALA-14214: Compile OpenTelemetry-cpp Against STDLIB
5bad0daf7 is described below
commit 5bad0daf72038b377776d0af15777b9975fe7b5b
Author: jasonmfehr <[email protected]>
AuthorDate: Fri Jul 18 14:43:04 2025 -0700
IMPALA-14214: Compile OpenTelemetry-cpp Against STDLIB
Consumes the new toolchain builds that compiled the OpenTelemetry-cpp
SDK libraries against the standard C++ library instead of the SDK's
nostd translation layer.
Change-Id: Icf06710d5f7987f43cb8bae5450b657f251f199b
Reviewed-on: http://gerrit.cloudera.org:8080/23192
Reviewed-by: Michael Smith <[email protected]>
Tested-by: Jason Fehr <[email protected]>
---
bin/impala-config.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/impala-config.sh b/bin/impala-config.sh
index 519cafef0..51ac232fd 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -81,8 +81,8 @@ export USE_AVRO_CPP=${USE_AVRO_CPP:=false}
# moving to a different build of the toolchain, e.g. when a version is bumped
or a
# compile option is changed. The build id can be found in the output of the
toolchain
# build jobs, it is constructed from the build number and toolchain git hash
prefix.
-export IMPALA_TOOLCHAIN_BUILD_ID_AARCH64=108-a38e3142e7
-export IMPALA_TOOLCHAIN_BUILD_ID_X86_64=541-a38e3142e7
+export IMPALA_TOOLCHAIN_BUILD_ID_AARCH64=112-7a2bc2334c
+export IMPALA_TOOLCHAIN_BUILD_ID_X86_64=548-7a2bc2334c
export IMPALA_TOOLCHAIN_REPO=\
${IMPALA_TOOLCHAIN_REPO:-https://github.com/cloudera/native-toolchain.git}
export IMPALA_TOOLCHAIN_BRANCH=${IMPALA_TOOLCHAIN_BRANCH:-master}