Merged
Conversation
This automated commit updates the vcpkg dependency to version 2025.08.27 and its corresponding commit hash 120deac30621.
…osoft/onnxruntime into dev/update-vcpkg-2025.08.27
…-try-revive-vcpkg
eserscor
commented
Dec 23, 2025
tianleiwu
approved these changes
Jan 5, 2026
Contributor
tianleiwu
left a comment
There was a problem hiding this comment.
Looks good to me.
Below are summary from AI
VCPKG Update Review Summary
Executive Summary
The PR successfully updates the VCPKG baseline and Abseil dependency to version 20250814.0. A significant improvement is the introduction of a dynamic dependency resolution script for Abseil. There are also substantial refactoring changes in the WebGPU provider build logic which appear to be bundled with this update.
Key Changes Verified
1. VCPKG & Abseil Update
- VCPKG Baseline: Updated to
120deac3062162151622ca4860575a33844ba10bin cmake/vcpkg-configuration.json. - Abseil Port: cmake/vcpkg-ports/abseil/vcpkg.json and
portfile.cmakecorrectly updated to version20250814.0. - Dependencies: cmake/deps.txt reflects the correct URL and hash for the new Abseil version.
2. Dependency Management
- New Tool: tools/python/resolve_absl_deps_dynamic.py has been added.
- Review: This is a robust script that automatically resolves and topologically sorts Abseil dependencies by parsing CMake lists. This is a great addition for maintainability, replacing the manual list management.
- CMake Integration: cmake/external/abseil-cpp.cmake has been updated to use the new list of components, consistent with the script's output.
Conclusion
The core VCPKG and Abseil updates look correct and well-implemented. The improved dependency management is a strong positive.
alex-spacemit
pushed a commit
to spacemit-com/onnxruntime
that referenced
this pull request
Jan 20, 2026
Executive Summary The PR successfully updates the VCPKG baseline and Abseil dependency to version 20250814.0. A significant improvement is the introduction of a dynamic dependency resolution script for Abseil. There are also substantial refactoring changes in the WebGPU provider build logic which appear to be bundled with this update. Key Changes Verified 1. VCPKG & Abseil Update VCPKG Baseline: Updated to 120deac3062162151622ca4860575a33844ba10b in cmake/vcpkg-configuration.json. Abseil Port: cmake/vcpkg-ports/abseil/vcpkg.json and portfile.cmake correctly updated to version 20250814.0. Dependencies: cmake/deps.txt reflects the correct URL and hash for the new Abseil version. 2. Dependency Management New Tool: tools/python/resolve_absl_deps_dynamic.py has been added. Review: This is a robust script that automatically resolves and topologically sorts Abseil dependencies by parsing CMake lists. This is a great addition for maintainability, replacing the manual list management. CMake Integration: cmake/external/abseil-cpp.cmake has been updated to use the new list of components, consistent with the script's output. <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> --------- Co-authored-by: Changming Sun <chasun@microsoft.com> Co-authored-by: Gemini <gemini@google.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Motivation and Context