From d3af0f8056e339547252311fb23c05cd4f5132ea Mon Sep 17 00:00:00 2001 From: David Scott Date: Thu, 8 Sep 2022 15:58:20 +0100 Subject: [PATCH] ocaml: bump to 4.14 In particular we would like https://github.com/ocaml/ocaml/pull/10549 to make diagnosing https://github.com/docker/for-mac/issues/6472#issuecomment-1240798168 easier. Signed-off-by: David Scott --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 25446a7b2..dc5ad652a 100644 --- a/Makefile +++ b/Makefile @@ -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: