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:
b9cdb00
)
OCaml: some blocked packages.
author
Richard W.M. Jones
<rjones@redhat.com>
Wed, 9 Aug 2017 14:00:45 +0000
(15:00 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Wed, 9 Aug 2017 14:00:45 +0000
(15:00 +0100)
fedora_ocaml_rebuild.ml
patch
|
blob
|
history
diff --git
a/fedora_ocaml_rebuild.ml
b/fedora_ocaml_rebuild.ml
index
67f4c6c
..
19b306c
100644
(file)
--- a/
fedora_ocaml_rebuild.ml
+++ b/
fedora_ocaml_rebuild.ml
@@
-29,6
+29,10
@@
let yum_repo = "koji-rawhide"
* dependent packages.
*)
let blocked = [
+ "coq"; (* https://github.com/ocaml/ocaml/pull/1268 *)
+ "ocaml-gsl"; (* unknown linking error, only happens in Koji, may
+ be related to binutils used to build gsl? *)
+ "ocaml-lacaml"; (* same as gsl *)
]
let blocked pkg = List.mem pkg blocked