-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
It seems old versions of dune are now being (automatically?) removed from the repo. This has caused us some head-scratching and even now that we know this is happening, has adverse side-effects for our CI setup: we'd like to pin an old version of dune, since dune gets updated a lot and each time it does, the world needs to be rebuilt, thus costing a lot of CI time. (Or, at least coq/rocq needs to be rebuilt, which is the one thing we actually use opam for.) But with old versions of dune being pruned from the repo, this has now become harder -- we may have to resort to copying the dune package definition into our own repo or so, to avoid these slow rebuilds.
bertrand-sb, kxc-wraikny and erikmd