firefox: temp broken on aarch64

until builder fixes are deployed
This commit is contained in:
classabbyamp 2024-10-03 13:13:41 -04:00
parent a2b92d676a
commit 0f464d23b2
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -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" ;;