From f95af9887145b502357f730a93a3d1bb98835f91 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 31 May 2020 13:00:14 +0200 Subject: [PATCH] vault: set broken --- srcpkgs/vault/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/vault/template b/srcpkgs/vault/template index 6a5af23b50..d28a520a58 100644 --- a/srcpkgs/vault/template +++ b/srcpkgs/vault/template @@ -22,6 +22,8 @@ case "$XBPS_TARGET_MACHINE" in ppc*) broken="fails in yarn when building v8";; esac +broken="https://build.voidlinux.org/builders/i686_builder/builds/25404/steps/shell_3/logs/stdio" + 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"