You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If COQ_USE_DUNE is set, then the opam installation of coq will try to use dune and end up not installing anything.
Steps to reproduce:
export COQ_USE_DUNE=true
opam switch create test 4.12.0
opam update
opam repo add coq-released https://coq.inria.fr/opam/released
opam install coq -vv # observe dune is being used and an error is produced
Hmm, I don't think there was a solution to the opam-repository issue, and we have lots of Coq packages here in core-dev, so I think we should keep this open in case people run into it or there is a solution.
I think the problem was solved by ocaml/opam-repository#19663 , so indeed we can update the opam files here in a similar fashion. This is not a problem anymore in coq.dev , that is to say, Coq master doesn't use that variable anymore.
If
COQ_USE_DUNE
is set, then the opam installation of coq will try to use dune and end up not installing anything.Steps to reproduce:
Cf. coq/coq#14469 and the zulip discussion.
The text was updated successfully, but these errors were encountered: