Luc Perkins
Luc Perkins
@mikebrow If memory serves, I think that @estesp would prefer *not* to include `ctr` documentation in the https://containerd.io docs. Phil, let me know if I'm mistaken in that! Happy to...
@zickzackv Could you give it another try with a more recent commit or on plain old `main`? We've overhauled this Action pretty significantly in recent weeks.
@PhilippHeuer Could you try again with a more recent commit? We've recently overhauled the JS behind this Action pretty significantly. I don't have a specific reason to think that that...
@PhilippHeuer I think the description in `action.yml` is now outdated. Could you try setting `source-url` to `https://github.com/DeterminateSystems/nix-installer/releases/download/v0.19.0/nix-installer-x86_64-linux`? As far as I can tell, that path should be a path to...
The issue here, I think, is that the Magic Nix Cache doesn't cache what's available in your upstream cache. The goal of the MNC is essentially to _build less_, not...
@hraban In that first run you linked, the MNC copies 320 paths to the cache, while in the second it copies zero. So it is indeed caching. I don't really...
@guergabo I'd recommend manually re-running this. I think that if you do it will automatically run the logic that #297 has set up.
@k3yss Could you rebase and push those changes?
PR #354 is slightly more comprehensive so I'll favor that one over this. Thanks a lot for updating, though, and apologies for the delay.
Fixed in #349