EnzymeAD / rust

A rust fork to work towards Enzyme integration
https://www.rust-lang.org
Other
52 stars 7 forks source link

chore/ci: Print if stamp is missing #124

Open I-Al-Istannen opened 2 months ago

I-Al-Istannen commented 2 months ago

This is just a small test because it looks like the CI cache does not contain the relevant stamp file (based on other PRs).

I-Al-Istannen commented 2 months ago

This is indeed the case. I am not quite sure how it uploaded a partial cache (or maybe restoring is incomplete?), but GitHub does not seem to allow inspecting caches. I guess deleting the cache and running it again on the master branch is the way to solve that (e.g. by rerunning the workflow from the UI for some commit on master). Caches are scoped by the branch that created them and only passed down to children.