diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-08-10 15:16:01 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-08-10 15:16:01 +0200 |
commit | 153767396b375e9514930be3a8af404a52dede77 (patch) | |
tree | 067723e3bfa0568d878c9069d075d6605e110142 /community/firefox-esr/APKBUILD | |
parent | 7faac3aaabbf2dbf47eace0d5342ee619cf973d8 (diff) | |
download | aports-153767396b375e9514930be3a8af404a52dede77.tar.gz aports-153767396b375e9514930be3a8af404a52dede77.tar.bz2 aports-153767396b375e9514930be3a8af404a52dede77.tar.xz |
community/firefox-esr: disable on ppc64le
Diffstat (limited to 'community/firefox-esr/APKBUILD')
-rw-r--r-- | community/firefox-esr/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/firefox-esr/APKBUILD b/community/firefox-esr/APKBUILD index c8fa999b8e..54fc7d0ce2 100644 --- a/community/firefox-esr/APKBUILD +++ b/community/firefox-esr/APKBUILD @@ -11,7 +11,8 @@ url="https://www.mozilla.org/en-US/firefox/organizations/" # 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 |