From 25c705c3861976139c52235e7c7d2331c9336f48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Fri, 15 Dec 2023 19:08:31 +0700 Subject: [PATCH] chromium: broken on aarch64 --- srcpkgs/chromium/template | 6 ++++++ 1 file changed, 6 insertions(+) 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