diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-04 16:13:59 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-04 16:13:59 +0100 |
commit | e14443f7738f9bd1040076dc29bda36ae1399bdf (patch) | |
tree | 2d7f5090665e007e133b5765860df5ae10673c92 /testing/firefox | |
parent | 22ab61731b9cea8f923c3c8276d9ab3dfdfdc3e3 (diff) | |
download | aports-e14443f7738f9bd1040076dc29bda36ae1399bdf.tar.bz2 aports-e14443f7738f9bd1040076dc29bda36ae1399bdf.tar.xz |
testing/firefox: disable.
Fails to build on newer rust and is holding back the builders.
Diffstat (limited to 'testing/firefox')
-rw-r--r-- | testing/firefox/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/firefox/APKBUILD b/testing/firefox/APKBUILD index 500897b5c9..ce450fc022 100644 --- a/testing/firefox/APKBUILD +++ b/testing/firefox/APKBUILD @@ -6,7 +6,8 @@ pkgrel=1 pkgdesc="Firefox web browser" url="https://www.firefox.com/" # arch="x86_64 armhf aarch64 x86 ppc64le" # limited by rust and cargo, build failure on armv7 -arch="x86_64 aarch64" +# arch="x86_64 aarch64" +arch="" # Firefox building fails on newer rust license="GPL-3.0-only AND LGPL-2.1-only AND LGPL-3.0-only AND MPL-2.0" makedepends=" alsa-lib-dev |