Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different use case between Sandmark and Multicore-CI #23

Open
moyodiallo opened this issue May 17, 2022 · 0 comments
Open

Different use case between Sandmark and Multicore-CI #23

moyodiallo opened this issue May 17, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@moyodiallo
Copy link
Contributor

moyodiallo commented May 17, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants