mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 03:59:02 +08:00
[opentracing] no tests (#24234)
This commit is contained in:
parent
96ec7fb25d
commit
8ea52bad1a
@ -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()
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user