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
Fix ccache restore key for check-macos-12-cmake-clang
We must not pick up a cache generated by the non-Glucose job, which has
the same prefix. Doing so would result in a cache that mixes different
configurations, and ccache may end up pruning the wrong ones.
While at it, also insert hyphens to make cache entry names easier to
read.
0 commit comments