aboutsummaryrefslogtreecommitdiffstats
path: root/community/vault/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/vault/APKBUILD')
-rw-r--r--community/vault/APKBUILD11
1 files changed, 1 insertions, 10 deletions
diff --git a/community/vault/APKBUILD b/community/vault/APKBUILD
index 1932931a49..8a28b3cd93 100644
--- a/community/vault/APKBUILD
+++ b/community/vault/APKBUILD
@@ -12,6 +12,7 @@ install="$pkgname.pre-install"
pkgusers="vault"
pkggroups="vault"
subpackages="$pkgname-openrc"
+options="!check"
source="$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/$pkgname/archive/v$pkgver.tar.gz
bindata-filename.patch
vault.confd
@@ -34,16 +35,6 @@ build() {
--tags ui
}
-check() {
- # Manually specify tests because full test suite runs all kinds of
- # integration tests with other systems and fail.
- for module in api audit command http logical shamir vault
- do
- GOPATH=$HOME/aports/community/vault/src CGO_ENABLED=0 make \
- test TEST=./$module
- done
-}
-
package() {
cd "$builddir"