Skip to content

Commit a96a7cc

Browse files
cfsmp3claude
andcommitted
[FIX] Update vcpkg baseline to fix Windows build
Update vcpkg baseline from Feb 2024 to Dec 2025 to resolve libxml2 hash mismatch. GitLab regenerates archives dynamically, causing SHA512 verification failures with old baselines. Pin ffmpeg to 6.1.1 to maintain compatibility with rsmpeg 0.14.2. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 42d7509 commit a96a7cc

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.github/workflows/build_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ env:
44
RUSTFLAGS: -Ctarget-feature=+crt-static
55
VCPKG_DEFAULT_TRIPLET: x64-windows-static
66
VCPKG_DEFAULT_BINARY_CACHE: C:\vcpkg\.cache
7-
VCPKG_COMMIT: fba75d09065fcc76a25dcf386b1d00d33f5175af
7+
VCPKG_COMMIT: ab2977be50c702126336e5088f4836060733c899
88

99
on:
1010
workflow_dispatch:

windows/vcpkg.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,12 @@
66
"tesseract",
77
"ffmpeg"
88
],
9-
"builtin-baseline": "fba75d09065fcc76a25dcf386b1d00d33f5175af"
10-
}
9+
"builtin-baseline": "ab2977be50c702126336e5088f4836060733c899",
10+
"overrides": [
11+
{
12+
"name": "ffmpeg",
13+
"version": "6.1.1",
14+
"port-version": 11
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)