From: Richard W.M. Jones Date: Sat, 2 Aug 2014 16:03:42 +0000 (+0100) Subject: Add virt-top to the list of packages to rebuild. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=a4417e762a17f252cf97e0cf1552209d3b002dda;p=goaljobs-goals.git Add virt-top to the list of packages to rebuild. It's a binary, not a library, but for aarch64 I'd very much like to kick off a build to check that it can be built. --- diff --git a/fedora_ocaml_rebuild.ml b/fedora_ocaml_rebuild.ml index 9cf135f..817a5cd 100644 --- a/fedora_ocaml_rebuild.ml +++ b/fedora_ocaml_rebuild.ml @@ -52,7 +52,7 @@ let source_packages = let dirs = shlines "cd %s && ls -1d ocaml*" fedora_dir in dirs @ [ "alt-ergo"; "apron"; "brltty"; "coccinelle"; "coq"; "cduce"; "frama-c"; "gappalib-coq"; "graphviz"; "hivex"; - "js-of-ocaml"; "llvm"; "plplot"; "why3"; "xen" ] + "js-of-ocaml"; "llvm"; "plplot"; "why3"; "xen"; "virt-top" ] (* Dependencies of each package. (pkg, [deps ...]) *) let pkg_deps = dependencies branch source_packages