Images: Bump OpenTelemetry C++ Contrib.

This commit is contained in:
Damien Mehala 2024-07-17 14:00:48 +02:00 committed by k8s-infra-cherrypick-robot
parent 660df32cfd
commit 26ed1aec1c
2 changed files with 3 additions and 3 deletions

View file

@ -518,7 +518,7 @@ make
make modules make modules
make install make install
export OPENTELEMETRY_CONTRIB_COMMIT=aaa51e2297bcb34297f3c7aa44fa790497d2f7f3 export OPENTELEMETRY_CONTRIB_COMMIT=e11348bb400d5472bf1da5d6128bead66fa111ff
cd "$BUILD_PATH" cd "$BUILD_PATH"
git clone https://github.com/open-telemetry/opentelemetry-cpp-contrib.git opentelemetry-cpp-contrib-${OPENTELEMETRY_CONTRIB_COMMIT} git clone https://github.com/open-telemetry/opentelemetry-cpp-contrib.git opentelemetry-cpp-contrib-${OPENTELEMETRY_CONTRIB_COMMIT}

View file

@ -116,8 +116,8 @@ install_otel()
install_nginx() install_nginx()
{ {
# Check for recent changes: https://github.com/open-telemetry/opentelemetry-cpp-contrib/compare/2656a4...main # Check for recent changes: https://github.com/open-telemetry/opentelemetry-cpp-contrib/compare/e11348bb400d5472bf1da5d6128bead66fa111ff...main
export OPENTELEMETRY_CONTRIB_COMMIT=aaa51e2297bcb34297f3c7aa44fa790497d2f7f3 export OPENTELEMETRY_CONTRIB_COMMIT=e11348bb400d5472bf1da5d6128bead66fa111ff
mkdir -p /etc/nginx mkdir -p /etc/nginx
cd "$BUILD_PATH" cd "$BUILD_PATH"