Conversation
Redirects vcpkg downloads and registry caches to a project-local directory (`.vcpkg_cache`) by setting `VCPKG_DOWNLOADS` and `X_VCPKG_REGISTRIES_CACHE` environment variables in setup scripts. Updates CI workflows to cache `.vcpkg_cache`, ensuring that dependency sources and registry metadata are preserved between runs, preventing unnecessary rebuilds and re-downloads. Resolves #212.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
我查阅了vcpkg的文档,发现应该只设置VCPKG_BINARY_SOURCES 恢复前面的修改,不要设置VCPKG_DEFAULT_BINARY_CACHE,换为VCPKG_BINARY_SOURCES |
Acknowledged. I have updated the configuration to use |
Switches from using `VCPKG_DEFAULT_BINARY_CACHE` to the more explicit `VCPKG_BINARY_SOURCES` variable for configuring the local binary cache, as requested during review. The downloads and registries cache configurations remain in place to ensure CI caching works as intended.
Moves vcpkg downloads and registry cache to .vcpkg_cache and adds it to CI cache paths.
PR created automatically by Jules for task 8900845552714108208 started by @gameknife