opam: disable tests in ci.
This commit is contained in:
parent
0edb5ab2a4
commit
78e4400cdd
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ distfiles="https://github.com/ocaml/${pkgname}/archive/${version}.tar.gz"
|
|||
checksum=735e717532f135064940fe3fef573acce6b1bbdc5e146470c2ac20fc8510a470
|
||||
nocross=yes
|
||||
disable_parallel_build=yes
|
||||
make_check=ci-skip # uses bwrap
|
||||
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/usr/doc
|
||||
|
|
Loading…
Reference in a new issue