Closed akrieger closed 1 year ago
Not needed with the new builtin-to-vcpkg caching mechanism.
@akrieger sorry for the late, I was going to answer sooner or later. And you are right, the caching of built packages is delegated to vcpkg
that is doing the perfect caching run-vcpkg
could not be doing by itself. The good news is that the user manipulation of the cache's key is not necessary anymore.
We use prepended/appendedCacheKey for two main reasons:
Warning: The file vcpkg.json was found multiple times with glob expression '**/vcpkg.json'.
which historically meant all of the vcpkg.json files were ignored for cache key calculations.We would appreciate if support for these was reimplemented but understand that you likely dropped this support for a reason :)