chore(vcpkg): update baseline and commit ID for vcpkg integration
- Updated the vcpkg baseline in `vcpkg-configuration.json` and `vcpkg.json` to the latest commit `8eb57355a4ffb410a2e94c07b4dca2dffbee8e50`, ensuring compatibility with the latest package versions. - Modified CI workflows in `ci.yml` and `release.yml` to reflect the new vcpkg commit ID, improving consistency across build configurations. Benefits: - Ensures the project is using the most recent vcpkg features and fixes, enhancing overall stability and performance. - Maintains alignment between the vcpkg configuration and CI workflows, reducing potential discrepancies during builds.
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -79,7 +79,7 @@ jobs:
|
|||||||
VCPKG_BINARY_SOURCES: 'clear;x-gha,readwrite'
|
VCPKG_BINARY_SOURCES: 'clear;x-gha,readwrite'
|
||||||
with:
|
with:
|
||||||
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
|
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
|
||||||
vcpkgGitCommitId: '01f602195983451bc83e72f4214af2cbc495aa94' # 2024.10.21 release
|
vcpkgGitCommitId: '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' # November 2024 release
|
||||||
runVcpkgInstall: false # Let CMake handle installation via manifest mode
|
runVcpkgInstall: false # Let CMake handle installation via manifest mode
|
||||||
|
|
||||||
- name: Resolve vcpkg toolchain (Windows)
|
- name: Resolve vcpkg toolchain (Windows)
|
||||||
|
|||||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -154,7 +154,7 @@ jobs:
|
|||||||
VCPKG_BINARY_SOURCES: 'clear;x-gha,readwrite'
|
VCPKG_BINARY_SOURCES: 'clear;x-gha,readwrite'
|
||||||
with:
|
with:
|
||||||
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
|
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
|
||||||
vcpkgGitCommitId: '01f602195983451bc83e72f4214af2cbc495aa94' # 2024.10.21 release
|
vcpkgGitCommitId: '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' # November 2024 release
|
||||||
runVcpkgInstall: true
|
runVcpkgInstall: true
|
||||||
|
|
||||||
- name: "Resolve vcpkg toolchain (Windows)"
|
- name: "Resolve vcpkg toolchain (Windows)"
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"default-registry": {
|
"default-registry": {
|
||||||
"kind": "git",
|
"kind": "git",
|
||||||
"repository": "https://github.com/microsoft/vcpkg",
|
"repository": "https://github.com/microsoft/vcpkg",
|
||||||
"baseline": "a42af01b72c28a8e1d7b48107b33e4f286a55ef6"
|
"baseline": "8eb57355a4ffb410a2e94c07b4dca2dffbee8e50"
|
||||||
},
|
},
|
||||||
"registries": []
|
"registries": []
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"name": "yaze",
|
"name": "yaze",
|
||||||
"version": "0.3.2",
|
"version": "0.3.2",
|
||||||
"description": "Yet Another Zelda3 Editor",
|
"description": "Yet Another Zelda3 Editor",
|
||||||
"builtin-baseline": "01f602195983451bc83e72f4214af2cbc495aa94",
|
"builtin-baseline": "8eb57355a4ffb410a2e94c07b4dca2dffbee8e50",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
{
|
{
|
||||||
"name": "sdl2",
|
"name": "sdl2",
|
||||||
|
|||||||
Reference in New Issue
Block a user