From 77f973b82b509553f9c00e729a4bc82487c50358 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Mon, 10 Aug 2020 00:03:55 +0200 Subject: community/firefox: disable on ppc64le, Rust SIGSEGVs when compiling gkrust --- community/firefox/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1