CI: avoids broken packages
Otherwise: ``` The actions to process have cyclic dependencies: - install bos.0.1.4 -> install base64.2.1.2 -> install js_of_ocaml.2.8.3 -> install mtime.0.8.3 -> install bos.0.1.4 - install bos.0.1.4 -> install base64.2.1.2 -> install js_of_ocaml.2.8.3 -> install logs.0.6.2 -> install bos.0.1.4 ```
This commit is contained in:
parent
37124411df
commit
5c428a5ea3
@ -62,5 +62,7 @@ if ! [ -z "$depext" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if ! [ -z "$install" ]; then
|
if ! [ -z "$install" ]; then
|
||||||
opam install --build-test tezos-deps
|
opam install tezos-deps
|
||||||
|
## This seems broken in the current opam-repo (2016-12-09)
|
||||||
|
## opam install --build-test tezos-deps
|
||||||
fi
|
fi
|
||||||
|
@ -31,6 +31,6 @@ depends: [
|
|||||||
"tyxml"
|
"tyxml"
|
||||||
"js_of_ocaml"
|
"js_of_ocaml"
|
||||||
"sodium" {>= "0.3.0"}
|
"sodium" {>= "0.3.0"}
|
||||||
"kaputt" { test }
|
"kaputt" # { test }
|
||||||
"bisect_ppx" { test }
|
"bisect_ppx" # { test }
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user