ocurrent / opam-repo-ci

An OCurrent pipeline for testing submissions to opam-repository
Apache License 2.0
20 stars 22 forks source link

TODO: Installability check #118

Open kit-ty-kate opened 3 years ago

kit-ty-kate commented 3 years ago

https://github.com/ocaml-opam/Camelus used to have an installability check to see if we inadvertently made a package non-installable my touching the dependencies of one package. As Camelus is no more we lost this feature. As it takes quite a while, this should be done inside a container using the opam binary to start with.

kit-ty-kate commented 5 months ago

This feature would have avoided this issue encountered here: https://github.com/ocaml/opam-repository/pull/25927

punchagan commented 5 months ago

Link to the installability check code from Camelus