[opentracing] no tests (#24234)

This commit is contained in:
autoantwort 2022-04-21 19:02:47 +02:00 committed by GitHub
parent 96ec7fb25d
commit 8ea52bad1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 23 additions and 9 deletions

View File

@ -16,16 +16,16 @@ vcpkg_from_github(
repair_mojibake.patch repair_mojibake.patch
) )
vcpkg_configure_cmake( vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}" SOURCE_PATH "${SOURCE_PATH}"
PREFER_NINJA
OPTIONS OPTIONS
-DENABLE_LINTING=OFF -DENABLE_LINTING=OFF
-DBUILD_TESTING=OFF
${LOCAL_OPTIONS} ${LOCAL_OPTIONS}
) )
vcpkg_install_cmake() vcpkg_cmake_install()
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/OpenTracing) vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/OpenTracing)
vcpkg_copy_pdbs() vcpkg_copy_pdbs()

View File

@ -1,8 +1,19 @@
{ {
"name": "opentracing", "name": "opentracing",
"version": "1.6.0", "version": "1.6.0",
"port-version": 2, "port-version": 3,
"description": "C++ implementation of the OpenTracing API", "description": "C++ implementation of the OpenTracing API",
"homepage": "https://opentracing.io", "homepage": "https://opentracing.io",
"supports": "!uwp" "license": "Apache-2.0",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
} }

View File

@ -923,8 +923,6 @@ openni2:x64-uwp=fail
openni2:x64-windows-static=fail openni2:x64-windows-static=fail
openscap:x64-linux=fail openscap:x64-linux=fail
openscap:x64-osx=fail openscap:x64-osx=fail
opentracing:arm-uwp=fail
opentracing:x64-uwp=fail
openvpn3:x64-osx=fail openvpn3:x64-osx=fail
openvr:arm64-windows=fail openvr:arm64-windows=fail
openvr:arm-uwp=fail openvr:arm-uwp=fail

View File

@ -5182,7 +5182,7 @@
}, },
"opentracing": { "opentracing": {
"baseline": "1.6.0", "baseline": "1.6.0",
"port-version": 2 "port-version": 3
}, },
"openvdb": { "openvdb": {
"baseline": "9.0.0", "baseline": "9.0.0",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "eae79381338436b815e727eb25885e6c8631eb5f",
"version": "1.6.0",
"port-version": 3
},
{ {
"git-tree": "6bd6797b313b265c51c85ea2838efcdaa70f87f7", "git-tree": "6bd6797b313b265c51c85ea2838efcdaa70f87f7",
"version": "1.6.0", "version": "1.6.0",