base icon indicating copy to clipboard operation
base copied to clipboard

Align `ocaml-base-compiler` version.

Open folone opened this issue 8 months ago • 0 comments

ocaml-base-compiler version was updated in https://github.com/janestreet/base/commit/21579b5903c81be975591b0a9f12699be8380594. Since then, it looks like the github builds have been failing with

  [ERROR] No solution for base:   * No agreement on the version of ocaml-base-compiler:
              - (invariant) → ocaml-base-compiler = 4.14.0
              - base → ocaml >= 5.1.0 → ocaml-base-compiler >= 5.1.0~
              You can temporarily relax the switch invariant with `--update-invariant'
            * Missing dependency:
              - base → ocaml >= 5.1.0 → ocaml-variants >= 5.1.0~ → system-msvc
              unmet availability conditions: 'os = "win32"'

folone avatar Jun 28 '24 14:06 folone