From f51a0c53271cec4edbf1907591ad6d2c90883cb0 Mon Sep 17 00:00:00 2001 From: q66 Date: Wed, 1 Jan 2020 23:16:25 +0100 Subject: [PATCH] vault: broken on ppc --- srcpkgs/vault/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/vault/template b/srcpkgs/vault/template index a2ed23b8215..6a5af23b508 100644 --- a/srcpkgs/vault/template +++ b/srcpkgs/vault/template @@ -18,6 +18,10 @@ distfiles="https://github.com/hashicorp/${pkgname}/archive/v${version}.tar.gz" checksum=b9f909b613d53ae591a5b91a4862c750aaf59e87592b1a74b4c4651c0b5790e3 system_accounts="_vault" +case "$XBPS_TARGET_MACHINE" in + ppc*) broken="fails in yarn when building v8";; +esac + pre_build() { vsed -i Makefile -e "s@(find \. -name '\*\.go' | grep -v pb\.go | grep -v vendor)@(find . -name '*.go' | grep -v pb.go | grep -v vendor | grep -v ./_build-)@" local depbin="${wrksrc}/_build-depbin"