mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 14:07:29 +08:00
[zkpp] Remove vcpkg_fail_port_install. (#22769)
* [zkpp] Remove vcpkg_fail_port_install. There was no supports expression before, and there is ci.baseline.txt impact. In support of https://github.com/microsoft/vcpkg/pull/21502 * Fix flipped sense.
This commit is contained in:
parent
4f6bd1f0c6
commit
257d2aa3fa
@ -1,5 +1,3 @@
|
||||
vcpkg_fail_port_install(ON_TARGET "Windows")
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO tgockel/zookeeper-cpp
|
||||
|
@ -1,9 +1,10 @@
|
||||
{
|
||||
"name": "zkpp",
|
||||
"version-string": "0.2.3",
|
||||
"port-version": 1,
|
||||
"version": "0.2.3",
|
||||
"port-version": 2,
|
||||
"description": "A ZooKeeper client for C++.",
|
||||
"homepage": "https://github.com/tgockel/zookeeper-cpp",
|
||||
"supports": "!windows",
|
||||
"dependencies": [
|
||||
"zookeeper"
|
||||
]
|
||||
|
@ -1488,13 +1488,6 @@ yato:arm-uwp=fail
|
||||
yato:x64-uwp=fail
|
||||
z3:arm-uwp=fail
|
||||
z3:x64-uwp=fail
|
||||
zkpp:x86-windows=fail
|
||||
zkpp:x64-windows=fail
|
||||
zkpp:x64-windows-static=fail
|
||||
zkpp:x64-windows-static-md=fail
|
||||
zkpp:arm64-windows=fail
|
||||
zkpp:x64-uwp=fail
|
||||
zkpp:arm-uwp=fail
|
||||
|
||||
# Official downloading server of CTP library is only guaranteed to be available during trading hours of China futures market
|
||||
# Skip CI to avoid random failures
|
||||
|
@ -7510,7 +7510,7 @@
|
||||
},
|
||||
"zkpp": {
|
||||
"baseline": "0.2.3",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"zlib": {
|
||||
"baseline": "1.2.11",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "bcef2196b5ca1a1cc813c22eb903e5a9677f9eab",
|
||||
"version": "0.2.3",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "5d45cca2392d1a09d62bc9e2d53e1296f0bd49fc",
|
||||
"version-string": "0.2.3",
|
||||
|
Loading…
Reference in New Issue
Block a user