Is it possible to set up the docker coq action with a more recent dune?
cc @Erik Martin-Dorel
Its a little annoying that opam recompiles Coq because it depends on dune if I upgrade it.
@Erik Martin-Dorel I think for all the docker images, we should choose a more recent version of dune, say 3.2. Tying the dune version to Coq's lower bound will restrict users trying to use newer dune features in their plugins etc.
as per this, it seems a too-recent Dune can also lead to issues: https://github.com/QuickChick/QuickChick/issues/287
Erik is still busy with grading and the like, if you have specific proposals for the Docker images, it may be a good idea to do PRs/issues in the repos:
I've created an issue here: https://github.com/coq-community/docker-base/issues/18
Karl Palmskog said:
as per this, it seems a too-recent Dune can also lead to issues: https://github.com/QuickChick/QuickChick/issues/287
This doesn't seem to be an issue with dune, but rather a user error. Dune was being run outside the scope of a dune-project file so it complained.
Last updated: Jun 07 2023 at 00:01 UTC