checkout opentelemetry-proto v0.11.0 (#1055)

This commit is contained in:
Ehsan Saei 2021-11-10 01:20:12 +01:00 committed by GitHub
parent 994c08aefb
commit 55aa7ead1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 1 deletions

View File

@ -18,6 +18,7 @@ CI tests can be run on docker by invoking the script `./ci/run_docker.sh
checker.
* `benchmark`: run all benchmarks.
* `format`: use `tools/format.sh` to enforce text formatting.
* `third_party.tags`: store third_party release tags.
* `code.coverage`: build cmake targets with CXX option `--coverage` and run
tests.

View File

@ -224,6 +224,12 @@ elif [[ "$1" == "code.coverage" ]]; then
lcov --remove coverage.info '*/ext/http/server/*'> tmp_coverage.info 2>/dev/null
cp tmp_coverage.info coverage.info
exit 0
elif [[ "$1" == "third_party.tags" ]]; then
echo "gRPC=v1.39.1" > third_party_release
echo "thrift=0.14.1" >> third_party_release
echo "abseil=20210324.0" >> third_party_release
git submodule status | sed 's:.*/::' | sed 's/ (/=/g' | sed 's/)//g' >> third_party_release
exit 0
fi
echo "Invalid do_ci.sh target, see ci/README.md for valid targets."

@ -1 +1 @@
Subproject commit 795cc815ce9bb438b46a4a7f6ecb465b52d50935
Subproject commit b43e9b18b76abf3ee040164b55b9c355217151f3

10
third_party_release Normal file
View File

@ -0,0 +1,10 @@
gRPC=v1.39.1
thrift=0.14.1
abseil=20210324.0
benchmark=v1.5.3
googletest=release-1.8.0-2523-ga6dfd3ac
ms-gsl=v1.0.0-393-g6f45293
nlohmann-json=v3.9.1
opentelemetry-proto=v0.11.0
prometheus-cpp=v0.11.0
vcpkg=2020.04-2702-g5568f110b