ocaml / opam

opam is a source-based package manager. It supports multiple simultaneous compiler installations, flexible package constraints, and a Git-friendly development workflow.
https://opam.ocaml.org
Other
1.21k stars 348 forks source link

Add a "trust cache" repository option #5981

Open AltGr opened 1 month ago

AltGr commented 1 month ago

This is an attempted quickfix for the automated repo cache at https://gitlab.ocamlpro.com/OCamlPro/opam-repository/-/tree/cached : the repository fetched from CI has git LFS handles for the cached files, but not the full files, so their hashes can't be recomputed.

AltGr commented 1 month ago

(it worked)