ocurrent / ocaml-ci

A CI for OCaml projects
https://ocaml.ci.dev
111 stars 75 forks source link

Remove use of deprecated depext plugin in lint-doc job #935

Closed shonfeder closed 3 months ago

shonfeder commented 3 months ago

Closes #934

CI failures were occurring during installation using opam depext, alongside deprecation warning against using this plugin with opam 2.1 (which we are using in this job).

Additionally, it turns out we don't need to install conf-m4 any more, as it was a workaround obviated some time ago.

This PR includes an unrelated change to commit the updated opam file resulting from a recent change to dune-package.

shonfeder commented 3 months ago

Thanks for the review :)