mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 04:53:02 +08:00
[opentelemetry-cpp] Update to v1.8.3 (#30151)
This commit is contained in:
parent
a166d75769
commit
a9875b3b9b
@ -6,7 +6,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO open-telemetry/opentelemetry-cpp
|
||||
REF "v${VERSION}"
|
||||
SHA512 5d3efb7c31626acd9655b795da497ef3829a88f1e33532f26d011fda01ec41e08e88539900151224f5c19161d9bc1f76e502f14a358c4e01440d832432cd0c0b
|
||||
SHA512 eb7dde38134fd9f51f22a2288a3a1db9eeec3dce3889c02fea82e20738a697449be73d632c3d1889ff159f0274d57bfd066db506149b221fe6ced8f18fdc1237
|
||||
HEAD_REF main
|
||||
PATCHES
|
||||
support_absl_cxx17.patch
|
||||
@ -46,6 +46,7 @@ vcpkg_cmake_configure(
|
||||
-DBUILD_TESTING=OFF
|
||||
-DWITH_EXAMPLES=OFF
|
||||
-DWITH_LOGS_PREVIEW=ON
|
||||
-DOPENTELEMETRY_INSTALL=ON
|
||||
${FEATURE_OPTIONS}
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
||||
"name": "opentelemetry-cpp",
|
||||
"version-semver": "1.8.2",
|
||||
"version-semver": "1.8.3",
|
||||
"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."
|
||||
|
@ -5821,7 +5821,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"opentelemetry-cpp": {
|
||||
"baseline": "1.8.2",
|
||||
"baseline": "1.8.3",
|
||||
"port-version": 0
|
||||
},
|
||||
"opentracing": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "7b038c874943ff65c4753c535698f6f409391dab",
|
||||
"version-semver": "1.8.3",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "b95448067d27169b9b65ed0a60e1caf832fd7e4b",
|
||||
"version-semver": "1.8.2",
|
||||
|
Loading…
Reference in New Issue
Block a user