missing functionality: ability to do download
, build
and install
as separate steps
#2895
Labels
download
, build
and install
as separate steps
#2895
The functionality that we (part of the Coq team) currently miss is the ability to do these steps:
download
build
install
separately. At the moment,
install
command does all that (an more).The reason is that we are using OPAM to distribute Coq packages.
At the moment we are investigating whether we can rely on
opam
command in our benchmarking machinery. Natually, we would like to measure onlybuild
phase (notdownload
, notinstall
).Currently, they are mixed together even though the necessary input for each these actions is already clearly separate.
I am not sure if this qualifies as a missing feature because I am not sure whether this could be useful to other team (I can imagine that it could be useful to Ocaml team, @gasche what do you think?).
Let me know whether this qualifies or not.
The text was updated successfully, but these errors were encountered: