mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:28:59 +08:00
[opentelemetry-cpp] update to 1.17.0 (#41595)
This commit is contained in:
parent
21b088936b
commit
b4f2e2b88e
@ -6,7 +6,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO open-telemetry/opentelemetry-cpp
|
||||
REF "v${VERSION}"
|
||||
SHA512 c93005c9b24b358a9998141f6c7fd9675778731775dacaad18f0e81117fd00aaabff371c04cf96688a9c86117727181052a141d961d4db28fc457b454351c570
|
||||
SHA512 c89c4f7a73c11c020f8ea1cb836ccd222456f899ede8e81a1fd0024e0a88f17c44a66bada8ed3010b0d03ac052475edb34b855aeafcff50975d24c8859463d68
|
||||
HEAD_REF main
|
||||
PATCHES
|
||||
# Missing find_dependency for Abseil
|
||||
@ -29,11 +29,11 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
|
||||
|
||||
# opentelemetry-proto is a third party submodule and opentelemetry-cpp release did not pack it.
|
||||
if(WITH_OTLP_GRPC OR WITH_OTLP_HTTP)
|
||||
set(OTEL_PROTO_VERSION "1.3.1")
|
||||
set(OTEL_PROTO_VERSION "1.3.2")
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
URLS "https://github.com/open-telemetry/opentelemetry-proto/archive/v${OTEL_PROTO_VERSION}.tar.gz"
|
||||
FILENAME "opentelemetry-proto-${OTEL_PROTO_VERSION}.tar.gz"
|
||||
SHA512 8c75e4ff79c4b5b251e0ec8ece92ec901d70ec601644505ffdd137fb728daac91fd9203e1f448500124906737d91d80f10b694977688c655418b94f61c828d06
|
||||
SHA512 ac95bb70c5566bab5c9ec7b9c469414b013f2bcf1c5ea82e7b7466311c767de091be819ddbbb01de8ce6e49f163035fec2a9d691c19ae47645b3c4a27c227f2b
|
||||
)
|
||||
|
||||
vcpkg_extract_source_archive(src ARCHIVE "${ARCHIVE}")
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
||||
"name": "opentelemetry-cpp",
|
||||
"version-semver": "1.16.1",
|
||||
"version-semver": "1.17.0",
|
||||
"description": [
|
||||
"OpenTelemetry is a collection of tools, APIs, and SDKs.",
|
||||
"You use it to instrument, generate, collect, and export telemetry data (metrics, logs, and traces) for analysis in order to understand your software's performance and behavior."
|
||||
|
@ -6701,7 +6701,7 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"opentelemetry-cpp": {
|
||||
"baseline": "1.16.1",
|
||||
"baseline": "1.17.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"opentelemetry-cpp-contrib-version": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "f1c52bb415c2c2e19b33e37dc85a2747720ae033",
|
||||
"version-semver": "1.17.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "2372bb066c690f99d9e18fd3655dff92c010fecc",
|
||||
"version-semver": "1.16.1",
|
||||
|
Loading…
Reference in New Issue
Block a user