You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include the work directory path in the bootstrap cache key (to account for containerized/non-containerized builds) (project-chip#32638)
* Silabs requirements are for non-Docker builds
* CI: Don't run bootstrap if we restored from cache
Handle caching and log upload directly within the bootstrap action, and don't
perform the actual bootstrap if we have a cache hit. Include the platform name
in the cache key.
* Include the work directory path in the bootstrap cache key
This is because the bootstrapped Pigweed environment does not like to be
relocated. Also don't touch submodules in bootstrap, other than ensuring that
Pigweed is available.
* Include runner.arch as well
We may start using macos-14 runners in the future which are arm.
0 commit comments