Done
Details
Assignee
Igor PecovnikIgor PecovnikFix versions
Reporter
Igor PecovnikIgor PecovnikStory Points
15Priority
Medium
Details
Details
Assignee
Igor Pecovnik
Igor PecovnikFix versions
Reporter
Igor Pecovnik
Igor PecovnikStory Points
15
Priority
Created June 11, 2022 at 7:25 PM
Updated July 14, 2022 at 9:07 AM
Resolved July 14, 2022 at 9:07 AM
We are generating pre-build cache for most used variants to speed up de-bootstrap process significantly. Initial cache creation script was a complex set of scripts and config files driven by Github actions. We need to move things to Actions, clean the mess and improve its creation. The main problem persist - cache names is define from package hash and if package name changes, hash changes. Sadly this is not good enough since we can generate cache with the same name, but different binary content.
Input information for cache creation is package list. At that time we don’t know what will be the size or their versions.