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
deemp
changed the title
[BUG] Can't discover caches when using BuildJet backend
[BUG] merge-similar-caches can't discover caches when using BuildJet backend
Apr 30, 2024
Describe the bug
Individual caches were created:
However, they weren't discovered:
To Reproduce
Run "Nix CI with BuildJet backend" at this commit.
Expected behavior
merge-similar-caches
discoversindividual
caches and restores them.Context
We use a custom
cache
package for the BuildJet backend (link). This package comes from BuildJet/toolkit synchronized with actions/toolkit.The action tries to restore all caches with matching prefixes (link) and calls
octokit
(link). However,octokit
can't see caches created byBuildJet
.We need a way to interact with BuildJet caches.
The problem is that
BuildJet
didn't update thegithub
package (link).The text was updated successfully, but these errors were encountered: