vault: set broken

This commit is contained in:
John 2020-05-31 13:00:14 +02:00
parent 1ea0cc3e66
commit f95af98871
No known key found for this signature in database
GPG key ID: 5FDE97AF468A09B7

View file

@ -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"