Our Yocto CI script restores the sstate-cache on every build and updates it when bitbake succeeds via rsync. Our intention is to speed-up the CI builds by not rebuilding packages we already have. The issue is that the sstate-cache is updated regardless of which branch was used to run bitbake. This means that any successful […]