Open
Description
Bench/Sandmark has different use case between the current Multicore-CI:
-
In the case of Multcore-CI
- Take a github repo and build all the packages within it.
- All repo are build with the recent version of dune
- Analyzing a package take account all other package within the same repo with the package that we want to analyze.
-
In the case of Sandmark dependencies:
- First thing sandmark has some opam dependencies packages in it own repos.
- The github repo of some packages has already another packages and Sandmark not need to build them for their CI.
- The packages need to be built with specific dune version (not the last version).
- The analyze part could be an issue because some repo could have many packages.