From 840dab12b4b30f49aee16a5670ebeb99beb1715c Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 30 Oct 2022 12:45:31 +0100 Subject: [PATCH] chromium: mark broken for i686 --- srcpkgs/chromium/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/chromium/template b/srcpkgs/chromium/template index ca662ab935b..7b79681be58 100644 --- a/srcpkgs/chromium/template +++ b/srcpkgs/chromium/template @@ -60,6 +60,10 @@ if [ "$CROSS_BUILD" ]; then esac fi +case "${XBPS_TARGET_MACHINE}" in + i686*) broken="https://build.voidlinux.org/builders/i686_builder/builds/40258/steps/shell_3/logs/stdio" ;; +esac + post_patch() { if [ "$XBPS_TARGET_LIBC" = "musl" ]; then for f in "${FILESDIR}"/musl-patches/*.patch; do