From d05ed23af6acf6d22d0342834b4bfafebd1d4d05 Mon Sep 17 00:00:00 2001 From: Marc Alff Date: Thu, 21 Mar 2024 17:07:55 +0100 Subject: [PATCH] Upgrade to abseil 20240116.1 --- bazel/repository.bzl | 6 +++--- ci/do_ci.sh | 2 +- ci/install_abseil.sh | 2 +- third_party_release | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bazel/repository.bzl b/bazel/repository.bzl index 2abdca87ce..6d4c43b4e7 100644 --- a/bazel/repository.bzl +++ b/bazel/repository.bzl @@ -57,10 +57,10 @@ def opentelemetry_cpp_deps(): maybe( http_archive, name = "com_google_absl", - sha256 = "91ac87d30cc6d79f9ab974c51874a704de9c2647c40f6932597329a282217ba8", - strip_prefix = "abseil-cpp-20220623.1", + sha256 = "3c743204df78366ad2eaf236d6631d83f6bc928d1705dd0000b872e53b73dc6a", + strip_prefix = "abseil-cpp-20240116.1", urls = [ - "https://github.com/abseil/abseil-cpp/archive/refs/tags/20220623.1.tar.gz", + "https://github.com/abseil/abseil-cpp/archive/refs/tags/20240116.1.tar.gz", ], ) diff --git a/ci/do_ci.sh b/ci/do_ci.sh index 9ea7ac6bc3..c06f63270d 100755 --- a/ci/do_ci.sh +++ b/ci/do_ci.sh @@ -529,7 +529,7 @@ elif [[ "$1" == "code.coverage" ]]; then exit 0 elif [[ "$1" == "third_party.tags" ]]; then echo "gRPC=v1.49.2" > third_party_release - echo "abseil=20220623.1" >> third_party_release + echo "abseil=20240116.1" >> third_party_release git submodule foreach --quiet 'echo "$name=$(git describe --tags HEAD)"' | sed 's:.*/::' >> third_party_release exit 0 fi diff --git a/ci/install_abseil.sh b/ci/install_abseil.sh index 3bc69df89d..99de7541e9 100755 --- a/ci/install_abseil.sh +++ b/ci/install_abseil.sh @@ -5,7 +5,7 @@ set -ex export DEBIAN_FRONTEND=noninteractive -[ -z "${ABSEIL_CPP_VERSION}" ] && export ABSEIL_CPP_VERSION="20220623.1" +[ -z "${ABSEIL_CPP_VERSION}" ] && export ABSEIL_CPP_VERSION="20240116.1" BUILD_DIR=/tmp/ INSTALL_DIR=/usr/local/ diff --git a/third_party_release b/third_party_release index 120b53ffab..30337e9b33 100644 --- a/third_party_release +++ b/third_party_release @@ -14,7 +14,7 @@ # gRPC=v1.49.2 -abseil=20220623.1 +abseil=20240116.1 benchmark=v1.7.1 googletest=1.13.0 ms-gsl=v3.1.0-67-g6f45293