vault: set broken
This commit is contained in:
parent
1ea0cc3e66
commit
f95af98871
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue