Skip to content

Manifest: fixes that were needed to release Octez 15.0 on opam

Romain requested to merge nomadic-labs/tezos:romain-opam-versions into master

Context

Trying to opam install Octez results in issues opam may select older or newer versions of some packages, which may not be compatible. Those incompatibilities have been identified in the CI of the Octez opam release (https://github.com/ocaml/opam-repository/pull/22482). This MR backports those fixes to master.

One other issue was that the linter failed to validate a synopsis. I added a check in the manifest and fixed the culprit.

Manually testing the MR

Checklist

  • Select suitable reviewers using the Reviewers field below.
  • Select as Assignee the next person who should take action on that MR
Edited by Romain

Merge request reports