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