From 7617b4cc3c3e1faf5f3cf298324c5226c503d04c Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 21 Dec 2022 16:24:24 +0100 Subject: [PATCH] firefox: mark i686 broken --- srcpkgs/firefox/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template index d3703b9e28e..83171e15b9d 100644 --- a/srcpkgs/firefox/template +++ b/srcpkgs/firefox/template @@ -37,6 +37,7 @@ case $XBPS_TARGET_MACHINE in armv[56]*) broken="required NEON extensions are not supported on armv6" ;; ppc64*) ;; ppc*) broken="xptcall bitrot" ;; + i686) broken="https://build.voidlinux.org/builders/i686_builder/builds/41082/steps/shell_3/logs/stdio" ;; esac # we need this because cargo verifies checksums of all files in vendor