Skip to content

Commit

Permalink
[zkpp] Remove vcpkg_fail_port_install. (#22769)
Browse files Browse the repository at this point in the history
* [zkpp] Remove vcpkg_fail_port_install.

There was no supports expression before, and there is ci.baseline.txt impact.

In support of #21502

* Fix flipped sense.
  • Loading branch information
BillyONeal authored Jan 24, 2022
1 parent 4f6bd1f commit 257d2aa
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 12 deletions.
2 changes: 0 additions & 2 deletions ports/zkpp/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
vcpkg_fail_port_install(ON_TARGET "Windows")

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO tgockel/zookeeper-cpp
Expand Down
5 changes: 3 additions & 2 deletions ports/zkpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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"
]
Expand Down
7 changes: 0 additions & 7 deletions scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7510,7 +7510,7 @@
},
"zkpp": {
"baseline": "0.2.3",
"port-version": 1
"port-version": 2
},
"zlib": {
"baseline": "1.2.11",
Expand Down
5 changes: 5 additions & 0 deletions versions/z-/zkpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "bcef2196b5ca1a1cc813c22eb903e5a9677f9eab",
"version": "0.2.3",
"port-version": 2
},
{
"git-tree": "5d45cca2392d1a09d62bc9e2d53e1296f0bd49fc",
"version-string": "0.2.3",
Expand Down

0 comments on commit 257d2aa

Please sign in to comment.