lukka / run-vcpkg

The GitHub Action to setup vcpkg for your C++ based projects. Stores built ports using Binary Caching backed onto GH Cache.
MIT License
196 stars 26 forks source link

run-vcpkg@v11 does not support prepended/appendedCacheKey #196

Closed akrieger closed 1 year ago

akrieger commented 1 year ago

We use prepended/appendedCacheKey for two main reasons:

We would appreciate if support for these was reimplemented but understand that you likely dropped this support for a reason :)

akrieger commented 1 year ago

Not needed with the new builtin-to-vcpkg caching mechanism.

lukka commented 1 year ago

@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.