Remove block on ocaml-lwt, add guestfs-browser.
authorRichard W.M. Jones <rjones@redhat.com>
Sun, 17 Aug 2014 20:58:04 +0000 (21:58 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Sun, 17 Aug 2014 20:58:04 +0000 (21:58 +0100)
fedora_ocaml_rebuild.ml

index c167834..a74388c 100644 (file)
@@ -25,7 +25,6 @@ let yum_repo = "koji-rawhide"
 let blocked = [
   "ocaml-omake";                        (* build failure (warnings) *)
   "ocaml-pa-do";                        (* build failure, complex *)
 let blocked = [
   "ocaml-omake";                        (* build failure (warnings) *)
   "ocaml-pa-do";                        (* build failure, complex *)
-  "ocaml-lwt";                          (* build failure on 4.02.0 *)
   "ocaml-preludeml";                    (* build failure *)
   "frama-c";                            (* build failure *)
   "gappalib-coq";                       (* build failure in configure script *)
   "ocaml-preludeml";                    (* build failure *)
   "frama-c";                            (* build failure *)
   "gappalib-coq";                       (* build failure in configure script *)
@@ -49,7 +48,8 @@ let source_packages =
   dirs @ [ "alt-ergo"; "apron"; "brltty"; "coccinelle"; "coq";
            "cduce"; "frama-c"; "gappalib-coq"; "graphviz"; "hevea"; "hivex";
            "js-of-ocaml"; "llvm"; "plplot"; "virt-top"; "why3"; "xen";
   dirs @ [ "alt-ergo"; "apron"; "brltty"; "coccinelle"; "coq";
            "cduce"; "frama-c"; "gappalib-coq"; "graphviz"; "hevea"; "hivex";
            "js-of-ocaml"; "llvm"; "plplot"; "virt-top"; "why3"; "xen";
-           "flocq" (* no OCaml code, but needs to be rebuilt after Coq *) ]
+           "flocq" (* no OCaml code, but needs to be rebuilt after Coq *);
+           "guestfs-browser" ]
 
 (* Dependencies of each package.  (pkg, [deps ...]) *)
 let pkg_deps = dependencies branch source_packages
 
 (* Dependencies of each package.  (pkg, [deps ...]) *)
 let pkg_deps = dependencies branch source_packages