aboutsummaryrefslogtreecommitdiffstats
path: root/community/godep
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2018-07-02 18:03:34 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2018-07-02 18:03:34 +0000
commitba505a5a6bbb08f43242e27787f6941acf777895 (patch)
treedec784a688bedef7fa2545490ec1331eb6f2913c /community/godep
parent79e6b764ba9264b26d68d631e2147150ee4df2c7 (diff)
downloadaports-ba505a5a6bbb08f43242e27787f6941acf777895.tar.bz2
aports-ba505a5a6bbb08f43242e27787f6941acf777895.tar.xz
community/godep: disable check for now
test is failing in some builders with: panic: git add -A .: exit status 128 [recovered]
Diffstat (limited to 'community/godep')
-rw-r--r--community/godep/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/community/godep/APKBUILD b/community/godep/APKBUILD
index ee3029a70a..1e7229e374 100644
--- a/community/godep/APKBUILD
+++ b/community/godep/APKBUILD
@@ -8,6 +8,7 @@ url="https://github.com/tools/godep"
arch="all"
license="BSD"
makedepends="go"
+options="!check"
source="$pkgname-$pkgver.tar.gz::https://github.com/tools/$pkgname/archive/v$pkgver.tar.gz"
builddir="$srcdir/src/github.com/tools/$pkgname"