ocsigen / ocsigenserver

Web server in OCaml.
http://ocsigen.org/ocsigenserver/
Other
100 stars 31 forks source link

Make sure a simple local `make` compiles everything #206

Closed Zzull closed 2 years ago

Zzull commented 3 years ago

This is again a consequence of https://github.com/ocaml/dune/issues/4065

Zzull commented 3 years ago

https://github.com/ocsigen/ocsigenserver/runs/3653333802 and https://github.com/ocsigen/ocsigenserver/runs/3653336095 are failing for unrelated reasons. Apparently opam depext and opam install aren't in sync sometimes. In this case, opam install is asking for libgdbm-dev which hasn't been detected by opam depext as a dependency

jrochel commented 2 years ago

This PR should be rendered obsolete by https://github.com/ocsigen/ocsigenserver/pull/212.