From: Richard W.M. Jones Date: Mon, 29 Apr 2019 14:33:49 +0000 (+0100) Subject: Update for OCaml 4.08.0 beta 3 rebuild. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=5dccc9b242adcabf57bdf170f4a475d1d9cb530e;hp=d51a48e93bcac4563dd97761b3581b3c40130934;p=goaljobs-goals.git Update for OCaml 4.08.0 beta 3 rebuild. --- diff --git a/fedora_ocaml_rebuild.ml b/fedora_ocaml_rebuild.ml index 7d1a7f0..436b76e 100644 --- a/fedora_ocaml_rebuild.ml +++ b/fedora_ocaml_rebuild.ml @@ -9,18 +9,18 @@ open Git open Fedora let branch = "master" -let side_tag = Some "f29-ocaml" +let side_tag = Some "f31-ocaml" (*let side_tag = None*) let koji_target = match side_tag with | Some t -> t - | None -> "f29-build" + | None -> "f31-build" (* The name of the rebuild, and also the magic substring that must * appear in the %changelog when the package has been rebuilt. *) -let rebuild_name = "OCaml 4.07.0 (final)" +let rebuild_name = "OCaml 4.08.0 (beta 3)" (* Local repository that contains build dependencies. *) let yum_repo = "koji-rawhide" @@ -29,9 +29,6 @@ let yum_repo = "koji-rawhide" * dependent packages. *) let blocked = [ - (* File "compiler internals", line 1: - Error: Unbound module Stdlib *) - "why3"; ] let blocked pkg = List.mem pkg blocked