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
Actually, it looks that the cache entry exists and it's downloaded, but it doesn't speed up the build process, so something else is broken.
As for sha256sum, it's possible that it was always broken, since it was added to differentiate between sanitizer builds, and we only use them on Linux, so this should be only noise on macOS.
PiotrSikora
changed the title
CI not caching on the macOS due to missing sha256sum
test with V8 on macOS/x86_64 is not reusing cache
Sep 25, 2023
PiotrSikora
changed the title
test with V8 on macOS/x86_64 is not reusing cachetest with V8 on macOS/x86_64 is not reusing cache
Sep 25, 2023
It looks that
sha256sum
was removed (or possibly replaced withgsha256sum
?), which broke cache-key evaluation:cc @mpwarres
The text was updated successfully, but these errors were encountered: