File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -340,9 +340,9 @@ elif [[ "$1" == "code.coverage" ]]; then
340
340
cp tmp_coverage.info coverage.info
341
341
exit 0
342
342
elif [[ " $1 " == " third_party.tags" ]]; then
343
- echo " gRPC=v1.43.2 " > third_party_release
343
+ echo " gRPC=v1.48.1 " > third_party_release
344
344
echo " thrift=0.14.1" >> third_party_release
345
- echo " abseil=20210324.0 " >> third_party_release
345
+ echo " abseil=20220623.1 " >> third_party_release
346
346
git submodule foreach --quiet ' echo "$name=$(git describe --tags HEAD)"' | sed ' s:.*/::' >> third_party_release
347
347
exit 0
348
348
fi
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export DEBIAN_FRONTEND=noninteractive
8
8
9
9
BUILD_DIR=/tmp/
10
10
INSTALL_DIR=/usr/local/
11
- TAG=20210324.0
11
+ TAG=20220623.1
12
12
pushd $BUILD_DIR
13
13
git clone --depth=1 -b ${TAG} https://github.com/abseil/abseil-cpp.git
14
14
cd abseil-cpp
Original file line number Diff line number Diff line change 11
11
# git submodule status
12
12
#
13
13
14
- gRPC=v1.43.2
14
+ gRPC=v1.48.1
15
15
thrift=0.14.1
16
- abseil=20210324.0
16
+ abseil=20220623.1
17
17
benchmark=v1.5.3
18
18
googletest=release-1.10.0-459-ga6dfd3ac
19
19
ms-gsl=v3.1.0-67-g6f45293
You can’t perform that action at this time.
0 commit comments