Skip to content

Commit 146ecba

Browse files
VGSMLclaude
andcommitted
revert: Remove OpenSSL version pin from vcpkg.json
The MinGW build failure is caused by vcpkg's OpenSSL port not supporting x64-mingw-static triplet, not the OpenSSL version. Exclude windows_amd64_mingw in community-extensions instead. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent f1a665a commit 146ecba

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

vcpkg.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,5 @@
44
"description": "DuckDB extension for Microsoft SQL Server using native TDS protocol",
55
"dependencies": [
66
"openssl"
7-
],
8-
"builtin-baseline": "2ad004460f5db4d3b66f62f5799ff66c265c4b5d",
9-
"overrides": [
10-
{
11-
"name": "openssl",
12-
"version": "3.5.0"
13-
}
147
]
158
}

0 commit comments

Comments
 (0)