-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[vcpkg scripts] Simplify vcpkg_download_distfile
output handling for Asset Caching
#40945
[vcpkg scripts] Simplify vcpkg_download_distfile
output handling for Asset Caching
#40945
Conversation
vcpkg_download_distfile
output handling for Asset Cachingvcpkg_download_distfile
output handling for Asset Caching
CI failure is related to a known issue with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This approval is contingent on fixing the tool output e.g. microsoft/vcpkg-tool#1513
5a40039
I cancelled the PR build run because this work won't merge as part of this PR anyway. |
https://github.com/microsoft/vcpkg-tool/releases/tag/2024-11-12 In particular, this includes the improvements to x-download's output that go with #40945
Closing in favor of #42115 |
This PR updates the
vcpkg_download_distfile
script to remove direct messaging and rely on output from the vcpkg executable. This change ensures that messages consider asset caching.Before:
(Example log with redundant messaging)
After:
(Example log with streamlined output that reflects asset caching)