Skip to content

Commit 0122b13

Browse files
authored
Upgrade abseil-cpp cmake CI (open-telemetry#1807)
1 parent 5642d1c commit 0122b13

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ci/do_ci.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -340,9 +340,9 @@ elif [[ "$1" == "code.coverage" ]]; then
340340
cp tmp_coverage.info coverage.info
341341
exit 0
342342
elif [[ "$1" == "third_party.tags" ]]; then
343-
echo "gRPC=v1.43.2" > third_party_release
343+
echo "gRPC=v1.48.1" > third_party_release
344344
echo "thrift=0.14.1" >> third_party_release
345-
echo "abseil=20210324.0" >> third_party_release
345+
echo "abseil=20220623.1" >> third_party_release
346346
git submodule foreach --quiet 'echo "$name=$(git describe --tags HEAD)"' | sed 's:.*/::' >> third_party_release
347347
exit 0
348348
fi

ci/install_abseil.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export DEBIAN_FRONTEND=noninteractive
88

99
BUILD_DIR=/tmp/
1010
INSTALL_DIR=/usr/local/
11-
TAG=20210324.0
11+
TAG=20220623.1
1212
pushd $BUILD_DIR
1313
git clone --depth=1 -b ${TAG} https://github.com/abseil/abseil-cpp.git
1414
cd abseil-cpp

third_party_release

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
# git submodule status
1212
#
1313

14-
gRPC=v1.43.2
14+
gRPC=v1.48.1
1515
thrift=0.14.1
16-
abseil=20210324.0
16+
abseil=20220623.1
1717
benchmark=v1.5.3
1818
googletest=release-1.10.0-459-ga6dfd3ac
1919
ms-gsl=v3.1.0-67-g6f45293

0 commit comments

Comments
 (0)