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
Prevent ccache from checking the compiler modification time (#25540)
By default ccache includes the compiler mtime and ctime in its hash.
But we use the compiler version as the key for the CircleCI cache step,
so different compiler versions will never share a cache. This will
prevent a mismatch across jobs.
0 commit comments