aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libtorrent-rasterbar
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-20 14:30:59 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-20 14:30:59 -0300
commitc773f7124ae0ad78ba6a532c9d40c899caf0dd77 (patch)
treeae065d477ee9361aca27803596d5301d2e2634ac /testing/libtorrent-rasterbar
parent79fc445858dd366fef6eb3c528da15aba63563a0 (diff)
downloadaports-c773f7124ae0ad78ba6a532c9d40c899caf0dd77.tar.bz2
aports-c773f7124ae0ad78ba6a532c9d40c899caf0dd77.tar.xz
testing/libtorrent-rasterbar: disable check
Diffstat (limited to 'testing/libtorrent-rasterbar')
-rw-r--r--testing/libtorrent-rasterbar/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/libtorrent-rasterbar/APKBUILD b/testing/libtorrent-rasterbar/APKBUILD
index cc48dcdd5f..2663f462c8 100644
--- a/testing/libtorrent-rasterbar/APKBUILD
+++ b/testing/libtorrent-rasterbar/APKBUILD
@@ -5,6 +5,7 @@ pkgver=1.2.1
_pkgver=${pkgver//./_}
pkgrel=0
pkgdesc="Feature complete C++ bittorrent implementation"
+options="!check" # Tests hang on all arches
url="https://www.rasterbar.com/products/libtorrent"
arch="all"
license="BSD-3-Clause"
@@ -29,8 +30,6 @@ build() {
}
check() {
- # Tests hang and timeout drone-ci on armv7
- [ "$CARCH" = armv7 ] && return 0
make check
}