aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2017-10-28 11:57:52 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2017-10-28 11:57:54 +0200
commit0a6875fd87508400ae23cc57e63f51a81fac9214 (patch)
treec200186ba9d49f3809adeca45f70b6aaf0a4fad2 /testing
parent5b82e192d87c72b9ff37187fa216d785938a1476 (diff)
downloadaports-0a6875fd87508400ae23cc57e63f51a81fac9214.tar.bz2
aports-0a6875fd87508400ae23cc57e63f51a81fac9214.tar.xz
testing/tcc: temporarily disable test suite
Diffstat (limited to 'testing')
-rw-r--r--testing/tcc/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/tcc/APKBUILD b/testing/tcc/APKBUILD
index 9b2bea3280..bb9b0fbaf7 100644
--- a/testing/tcc/APKBUILD
+++ b/testing/tcc/APKBUILD
@@ -10,6 +10,7 @@ url="http://repo.or.cz/tinycc.git"
arch="all"
license="LGPL2.1"
makedepends="texinfo"
+options="!check" # test suite currently fails on the server
source="$pkgname-$pkgver.tar.gz::http://repo.or.cz/tinycc.git/snapshot/$_commit.tar.gz"
subpackages="$pkgname-doc"
builddir="$srcdir/tinycc-$(echo "$_commit" | cut -c 0-7)"