From 0122b139f52479457876c6fb8aea8f00dfbe6a79 Mon Sep 17 00:00:00 2001 From: Ehsan Saei <71217171+esigo@users.noreply.github.com> Date: Sun, 27 Nov 2022 10:53:57 +0100 Subject: [PATCH] Upgrade abseil-cpp cmake CI (#1807) --- ci/do_ci.sh | 4 ++-- ci/install_abseil.sh | 2 +- third_party_release | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ci/do_ci.sh b/ci/do_ci.sh index 97f5b2b98b7..5ee0878e5c2 100755 --- a/ci/do_ci.sh +++ b/ci/do_ci.sh @@ -340,9 +340,9 @@ elif [[ "$1" == "code.coverage" ]]; then cp tmp_coverage.info coverage.info exit 0 elif [[ "$1" == "third_party.tags" ]]; then - echo "gRPC=v1.43.2" > third_party_release + echo "gRPC=v1.48.1" > third_party_release echo "thrift=0.14.1" >> third_party_release - echo "abseil=20210324.0" >> third_party_release + echo "abseil=20220623.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 914a691be03..7764b4d8153 100755 --- a/ci/install_abseil.sh +++ b/ci/install_abseil.sh @@ -8,7 +8,7 @@ export DEBIAN_FRONTEND=noninteractive BUILD_DIR=/tmp/ INSTALL_DIR=/usr/local/ -TAG=20210324.0 +TAG=20220623.1 pushd $BUILD_DIR git clone --depth=1 -b ${TAG} https://github.com/abseil/abseil-cpp.git cd abseil-cpp diff --git a/third_party_release b/third_party_release index c1801018b42..afeb1a5a55f 100644 --- a/third_party_release +++ b/third_party_release @@ -11,9 +11,9 @@ # git submodule status # -gRPC=v1.43.2 +gRPC=v1.48.1 thrift=0.14.1 -abseil=20210324.0 +abseil=20220623.1 benchmark=v1.5.3 googletest=release-1.10.0-459-ga6dfd3ac ms-gsl=v3.1.0-67-g6f45293