From e4d3bfd73c36e2d1f09d8affecd06b16806f2aca Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 21 Aug 2020 16:51:03 +0100 Subject: [PATCH] Disable ocaml-cairo and ocaml-ssl for now. Dune bug: https://github.com/ocaml/dune/issues/3736 --- Goalfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Goalfile b/Goalfile index abbf7c9..40627d6 100644 --- a/Goalfile +++ b/Goalfile @@ -31,7 +31,7 @@ let packages = [ "ocaml-biniou", "ocaml-bin-prot", "ocaml-bisect-ppx", - "ocaml-cairo", + #"ocaml-cairo", "ocaml-calendar", "ocaml-camlidl", "ocaml-camlimages", @@ -143,7 +143,7 @@ let packages = [ "ocaml-sexplib0", "ocaml-sha", "ocaml-sqlite", - "ocaml-ssl", + #"ocaml-ssl", "ocaml-stdint", "ocaml-stdio", "ocaml-time-now", -- 1.8.3.1