na4zagin3 / satyrographos-repo

Custom OPAM repository for SATySFi libraries managed by Satyrographos
Creative Commons Zero v1.0 Universal
18 stars 17 forks source link

CI fails due to new OPAM variable `with-dev-setup` #655

Closed na4zagin3 closed 10 months ago

na4zagin3 commented 10 months ago

OPAM 2.2.0~alpha introduced new variable with-dev-setup and it has been used by some packages already (e.g., ambient-context.0.1.0 https://github.com/ocaml/opam-repository/pull/24484).

Those packages make our CI fail because we use --strict option. Let's temporarily disable the option.

+ opam install --dry-run --json=opam-output.json --cli=2.1 --update-invariant --with-test satysfi-base.1.6.0 --strict
[ERROR] undefined filter variable in dependencies of ambient-context.0.1.0: with-dev-setup.