diff --git a/srcpkgs/chromium/template b/srcpkgs/chromium/template index 67c22d8c9f5..1c9594bedd8 100644 --- a/srcpkgs/chromium/template +++ b/srcpkgs/chromium/template @@ -63,11 +63,17 @@ fi if [ "$CROSS_BUILD" ]; then case "${XBPS_TARGET_MACHINE}" in + aarch64) + bro aarch64*) ;; *) nocross="chromium can not be cross compiled for this architecture" ;; esac fi +case "${XBPS_TARGET_MACHINE}" in + aarch64) + broken="https://build.voidlinux.org/builders/aarch64_builder/builds/46556/steps/shell_3/logs/stdio" ;; +esac post_patch() { if [ "$XBPS_TARGET_LIBC" = "musl" ]; then for f in "${FILESDIR}"/musl-patches/*.patch; do