Open psafont opened 1 year ago
Is this happening because packages without checksums are forbidden from ever being cached?
Yes. The same inconsistent behaviour also happen when you pin a git repository with several packages.
It's possible to fix but isn't trivial to do so it probably won't happen before the final release of opam 2.2.0, but contributions are welcome as always if you happen to have the time.
From the description in https://github.com/ocaml/opam/pull/4893 it looks like now archives should be downloaded once and reused for compiling all the packages contained within, but I don't see that happening when using xapi's opam repository:
Is this happening because packages without checksums are forbidden from ever being cached?