From 0f464d23b2a19c026f1afdd4031eaf82e1c38ee8 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Thu, 3 Oct 2024 13:13:41 -0400 Subject: [PATCH] firefox: temp broken on aarch64 until builder fixes are deployed --- srcpkgs/firefox/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template index 75069ca0cca..453f82b6251 100644 --- a/srcpkgs/firefox/template +++ b/srcpkgs/firefox/template @@ -34,6 +34,7 @@ desc_option_lto="Enable Link Time Optimization" desc_option_clang="Build with clang" case $XBPS_TARGET_MACHINE in + aarch64*) broken="builders need to be fixed" ;; armv[56]*) broken="required NEON extensions are not supported on armv6" ;; ppc64*) ;; ppc*) broken="xptcall bitrot" ;;