aboutsummaryrefslogtreecommitdiff
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)
downloadalpine_aports-c773f7124ae0ad78ba6a532c9d40c899caf0dd77.tar.bz2
alpine_aports-c773f7124ae0ad78ba6a532c9d40c899caf0dd77.tar.xz
alpine_aports-c773f7124ae0ad78ba6a532c9d40c899caf0dd77.zip
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
5_pkgver=${pkgver//./_} 5_pkgver=${pkgver//./_}
6pkgrel=0 6pkgrel=0
7pkgdesc="Feature complete C++ bittorrent implementation" 7pkgdesc="Feature complete C++ bittorrent implementation"
8options="!check" # Tests hang on all arches
8url="https://www.rasterbar.com/products/libtorrent" 9url="https://www.rasterbar.com/products/libtorrent"
9arch="all" 10arch="all"
10license="BSD-3-Clause" 11license="BSD-3-Clause"
@@ -29,8 +30,6 @@ build() {
29} 30}
30 31
31check() { 32check() {
32 # Tests hang and timeout drone-ci on armv7
33 [ "$CARCH" = armv7 ] && return 0
34 make check 33 make check
35} 34}
36 35