You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[flow] Switch dune build to ocaml 5.2 (facebook#9170)
Summary:
Pull Request resolved: facebook#9170
- The new OCaml 5 setup requires opam 2.2.0-beta3, so I updated the action.yml to install that instead. On the windows side, I used `winget` to install it.
- I bumped the package versions for OCaml 5. The versions are chosen based on the internal buck build's versions.
- In the Makefile of fuzzy-path: we need to explicitly set the `CC` and `CPP` env var that's previously implicitly set by the windows opam fork.
Reviewed By: pieterv
Differential Revision: D58630448
fbshipit-source-id: e5ae2fc43164f038a58aa8fe041a794cc26aa8af
0 commit comments