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
Building HEAD of master takes a long time when there are significant cache misses. This mostly affects macOS and docker image building. When a change is merged that causes cache misses in master, these misses also arise in subsequent rebuilds of pull requests even if they haven't been rebased/updated since. Some things that can be done about this:
Additionally use the git merge-base as a cache key, which remains fixed if the pull request remains fixed:
lisanna-dettwyler
changed the title
Merging new commits to master causes numerous cache problems
Merging new commits to master causes numerous CI cache problems
Jun 2, 2021
kquick
changed the title
Merging new commits to master causes numerous CI cache problems
Merging new commits to master causes numerous CI cache misses
Aug 13, 2021
Building HEAD of master takes a long time when there are significant cache misses. This mostly affects macOS and docker image building. When a change is merged that causes cache misses in master, these misses also arise in subsequent rebuilds of pull requests even if they haven't been rebased/updated since. Some things that can be done about this:
on: push: master
), i.e., significantly reign-in compile timesThe text was updated successfully, but these errors were encountered: