Skip to content

Commit

Permalink
Upgrade abseil-cpp cmake CI (open-telemetry#1807)
Browse files Browse the repository at this point in the history
  • Loading branch information
esigo authored and yxue committed Dec 5, 2022
1 parent 2119910 commit f238768
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ci/do_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ci/install_abseil.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:/abseil/abseil-cpp.git
cd abseil-cpp
Expand Down
4 changes: 2 additions & 2 deletions third_party_release
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f238768

Please sign in to comment.