Skip to content

Commit

Permalink
ocaml: bump to 4.14
Browse files Browse the repository at this point in the history
In particular we would like ocaml/ocaml#10549
to make diagnosing docker/for-mac#6472 (comment)
easier.

Signed-off-by: David Scott <dave@recoil.org>
  • Loading branch information
djs55 committed Sep 8, 2022
1 parent 281c14b commit d3af0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -9,7 +9,7 @@ depends:
opam install vpnkit alcotest ounit -y

ocaml:
ocaml -version || opam init --compiler=4.12.0
ocaml -version || opam init --compiler=4.14.0
opam pin add vpnkit . -n

depends:
Expand Down

0 comments on commit d3af0f8

Please sign in to comment.