Skip to content

Commit 31b7a15

Browse files
Use duckdb_aws's vcpkg config
Signed-off-by: David Christensen <[email protected]>
1 parent 18c5de0 commit 31b7a15

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

duckdb_pglake/vcpkg.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,24 @@
33
"azure-identity-cpp",
44
"azure-storage-blobs-cpp",
55
"azure-storage-files-datalake-cpp",
6+
"openssl",
67
"vcpkg-cmake",
8+
"zlib",
79
{
810
"name": "aws-sdk-cpp",
911
"features": [ "sso", "sts" , "identity-management"]
1012
},
1113
"curl"
12-
]
14+
],
15+
"vcpkg-configuration": {
16+
"registries": [
17+
{
18+
"kind": "git",
19+
"repository": "https://github.com/duckdb/vcpkg-duckdb-ports",
20+
"baseline": "c8f9d504986e76dbcd4585a34028ff00e251f40f",
21+
"packages": [ "vcpkg-cmake" ]
22+
}
23+
]
24+
},
25+
"builtin-baseline" : "5e5d0e1cd7785623065e77eff011afdeec1a3574"
1326
}

0 commit comments

Comments
 (0)