diff --git a/srcpkgs/vboot-utils/template b/srcpkgs/vboot-utils/template index 86b8830ed2e..25c30c58929 100644 --- a/srcpkgs/vboot-utils/template +++ b/srcpkgs/vboot-utils/template @@ -11,6 +11,10 @@ license="BSD" homepage="https://chromium.googlesource.com/chromiumos/platform/vboot_reference.git" CFLAGS='-D_GNU_SOURCE -Wno-error' +case "$XBPS_TARGET_MACHINE" in + aarch64*) broken="https://build.voidlinux.eu/builders/aarch64-musl_builder/builds/8508/steps/shell_3/logs/stdio" ;; +esac + do_fetch() { git clone https://chromium.googlesource.com/chromiumos/platform/vboot_reference.git $pkgname-$version || true cd $pkgname-$version