ocaml / infrastructure

WIki to hold the information about the machine resources available to OCaml.org
40 stars 9 forks source link

Update macOS base images to include opam 2.2.0~rc1. #135

Closed mtelvers closed 3 days ago

mtelvers commented 3 days ago

macOS workers are currently using opam version 2.2.0~beta3. This version suffers from a bug whereby it wants to recompile OCaml each time opam update is called. This is fixed in https://github.com/ocaml/opam/pull/6029 which is available in version 2.2.0~rc1.

mtelvers commented 3 days ago

All the workers have been updated.

(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 23.4.0
The OCaml toplevel, version 4.14.2
2.2.0~rc1