git.annexia.org
/
goaljobs-goals.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a53654
)
Block ocaml-camlp4, ocaml-camlp5, ocaml-zarith from OCaml 4.08 rebuild.
author
Richard W.M. Jones
<rjones@redhat.com>
Mon, 29 Apr 2019 15:21:44 +0000
(16:21 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Tue, 30 Apr 2019 09:40:23 +0000
(10:40 +0100)
camlp4/5 need porting. zarith seems to have FTBFS problems
unrelated to OCaml version.
fedora_ocaml_rebuild.ml
patch
|
blob
|
history
diff --git
a/fedora_ocaml_rebuild.ml
b/fedora_ocaml_rebuild.ml
index
5f17887
..
1103ebb
100644
(file)
--- a/
fedora_ocaml_rebuild.ml
+++ b/
fedora_ocaml_rebuild.ml
@@
-30,6
+30,8
@@
let yum_repo = "koji-rawhide"
*)
let blocked = [
"ocaml-camlp4"; (* not ported to 4.08 yet *)
+ "ocaml-camlp5"; (* not ported to 4.08 yet *)
+ "ocaml-zarith"; (* build failures, seemingly unrelated *)
]
let blocked pkg = List.mem pkg blocked