ocsigen / eliom

Multi-tier framework for programming web and mobile applications in OCaml.
http://eliom.org
Other
306 stars 54 forks source link

Failure to build with dune cache enabled #772

Closed kit-ty-kate closed 12 months ago

kit-ty-kate commented 1 year ago

Everything is written in https://github.com/ocaml/dune/issues/9283 but in a nutshell this line (https://github.com/ocsigen/eliom/blob/10.1.2/src/lib/server/dune#L30-L33) and the rule above that one, probably need an extra (deps (universe)) to be correct or something like that.

@emillon would that work?

emillon commented 1 year ago

That's not the ideal fix, but yes, probably it would fix the issue.