Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -1489,13 +1489,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