diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-03 03:10:24 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-03 03:10:24 +0100 |
commit | b0c1f48f89ea940d55f1a7c3e9e9358a076f8b38 (patch) | |
tree | 2864572b666a444a343e89295526a62e08349525 /testing/firefox/APKBUILD | |
parent | 6368b5fe45d62d338f16493d719a748d7ea117e1 (diff) | |
download | aports-b0c1f48f89ea940d55f1a7c3e9e9358a076f8b38.tar.bz2 aports-b0c1f48f89ea940d55f1a7c3e9e9358a076f8b38.tar.xz |
testing/firefox: disable on new arches
Firefox is broken on newer rust
Diffstat (limited to 'testing/firefox/APKBUILD')
-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 9ae935fa33..500897b5c9 100644 --- a/testing/firefox/APKBUILD +++ b/testing/firefox/APKBUILD @@ -5,7 +5,8 @@ pkgver=70.0.1 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 armhf aarch64 x86 ppc64le" # limited by rust and cargo, build failure on armv7 +arch="x86_64 aarch64" license="GPL-3.0-only AND LGPL-2.1-only AND LGPL-3.0-only AND MPL-2.0" makedepends=" alsa-lib-dev |