[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:
Billy O'Neal 2022-01-24 12:31:39 -08:00 committed by GitHub
parent 4f6bd1f0c6
commit 257d2aa3fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 12 deletions

View File

@ -1,5 +1,3 @@
vcpkg_fail_port_install(ON_TARGET "Windows")
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO tgockel/zookeeper-cpp

View File

@ -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"
]

View File

@ -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

View File

@ -7510,7 +7510,7 @@
},
"zkpp": {
"baseline": "0.2.3",
"port-version": 1
"port-version": 2
},
"zlib": {
"baseline": "1.2.11",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "bcef2196b5ca1a1cc813c22eb903e5a9677f9eab",
"version": "0.2.3",
"port-version": 2
},
{
"git-tree": "5d45cca2392d1a09d62bc9e2d53e1296f0bd49fc",
"version-string": "0.2.3",