Closed samoht closed 2 years ago
I have 4.12 installed in the current switch:
❯ which ocaml
/Users/thomas/git/opam-monorepo/_opam/bin/ocaml
❯ ocaml --version
The OCaml toplevel, version 4.12.0
And:
❯ /opt/homebrew/bin/ocaml --version
The OCaml toplevel, version 4.12.0
Since we are currently changing the way the compiler version is detected and installed in the sandbox switch, the best would be to rerun the test when the new version is released (potentially after removing the cache, rm -r <opam root>/plugins/ocaml-platform
).
I'll ping on this issue when we release the new version!
We made the release modifying the way the compiler version is detected.
Could you remove the cache
rm -r <opam root>/plugins/ocaml-platform
download the last ocaml-platform
version
bash < <(curl -sL https://github.com/tarides/ocaml-platform-installer/releases/latest/download/installer.sh)
and try again
ocaml-platform -vv
Thanks!
Seems to work better now, thanks!