OCaml CI failure

I have started to see my GitHub CI jobs fail that used to work:

Initialise the opam repositories
  /opt/hostedtoolcache/opam/2.1.6/x86_64/opam repository add default https://github.com/ocaml/opam-repository.git --all-switches --set-default
  [default] Initialised
  [ERROR] At /home/runner/.opam/repo/default/repo:13:45-13:46::
          Parse error [skipped]
  
  [NOTE] Repository at git+https://github.com/ocaml/opam-repository.git doesn't define its version, assuming it's 1.2.

The error points to the OCaml Opam repository. Is this part of the Opam change?

Thanks for the report - a fix is in Fix repo syntax (reported in https://discuss.ocaml.org/t/ocaml-ci-failure/14777) by hannesm · Pull Request #26065 · ocaml/opam-repository · GitHub

1 Like

Thanks for the report, should be fixed now

2 Likes