diff options
-rw-r--r-- | community/firefox/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/firefox/APKBUILD b/community/firefox/APKBUILD index f6980b124f..d9ed3006bb 100644 --- a/community/firefox/APKBUILD +++ b/community/firefox/APKBUILD @@ -11,7 +11,8 @@ url="https://www.firefox.com/" # Limited on: # s390x, mips, mips64: limited by rust and cargo # armhf: build failure on armhf due to wasm -arch="all !s390x !armhf !mips !mips64" +# ppc64le: Rust SIGSEGVs when compiling gkrust +arch="all !s390x !armhf !mips !mips64 !ppc64le" license="GPL-3.0-only AND LGPL-2.1-only AND LGPL-3.0-only AND MPL-2.0" makedepends=" alsa-lib-dev |