diff options
-rw-r--r-- | testing/tcc/APKBUILD | 1 |
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)" |