rattler-build icon indicating copy to clipboard operation
rattler-build copied to clipboard

Rework cache key to be simpler

Open wolfv opened this issue 1 year ago • 0 comments

I think for the cache key we can just use the serialized / rendered cache output to JSON to capture all Jinja variables. We should also find what variants are applied to dependencies and lastly, the build / target-platform should influence the cache key.

Currently, "used variables" from Jinja are ignored in the cache section. Also, the script section might contain "lazily" evaluated Jinja variables.

wolfv avatar Dec 08 '24 09:12 wolfv