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

For each variant, only build compatible packages #447

Merged
merged 1 commit into from
May 25, 2022

Commits on May 25, 2022

  1. For each variant, only build compatible packages

    This checks each local .opam file for an explicit constraint on the
    version of `ocaml`. If it doesn't match the platform, the package is
    skipped.
    
    This is useful when different packages in a repository work on different
    versions of OCaml. For example, `prometheus` works on OCaml 4.03, but
    `prometheus-app` requires 4.08. Previously, this prevented testing on
    4.03 at all.
    talex5 committed May 25, 2022
    Configuration menu
    Copy the full SHA
    215120e View commit details
    Browse the repository at this point in the history