You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The vcpkg overlay port for kcenon-thread-system currently references a commit SHA as REF and uses a placeholder SHA512 hash (0). For official vcpkg registry submission, a stable release tag and valid SHA512 hash are required.
Why
vcpkg PR review checklist (c000005) requires versioned archives — tags, not branch HEADs or arbitrary commits
SHA512 placeholder 0 blocks actual port installation
Downstream ports (logger_system, monitoring_system, network_system) need a stable reference point
What
The vcpkg overlay port for kcenon-thread-system currently references a commit SHA as REF and uses a placeholder SHA512 hash (
0). For official vcpkg registry submission, a stable release tag and valid SHA512 hash are required.Why
0blocks actual port installationWhere
monitoring_system/vcpkg-ports/kcenon-thread-system/portfile.cmake— REF and SHA512 fieldsHow
git tag -a v0.3.0 -m "Release v0.3.0"git push origin v0.3.0gh release create v0.3.0 --generate-notesvcpkg installwith SHA512 0, copy correct hash from errorv0.3.0and SHA512 to the actual hashAcceptance Criteria
Context