From e32e0c2538038684a576d95e23f84662ca7fe09a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 3 Apr 2021 22:14:43 +0700 Subject: [PATCH] firefox: mark broken for i686 temporary --- srcpkgs/firefox/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template index 58cc021a39d..a8ba08719eb 100644 --- a/srcpkgs/firefox/template +++ b/srcpkgs/firefox/template @@ -46,6 +46,10 @@ if [ "$XBPS_WORDSIZE" = "32" ]; then nodebug=yes fi +if [ "$XBPS_TARGET_MACHINE" = i686 ]; then + broken="out of memory allocating 65536 bytes after a total of 1181696000 bytes" +fi + # we need this because cargo verifies checksums of all files in vendor # crates when it builds and gives us no way to override or update the # file sanely... so just clear out the file list