diff options
| author | Rasmus Thomsen <oss@cogitri.dev> | 2019-12-30 10:19:14 +0100 |
|---|---|---|
| committer | Rasmus Thomsen <oss@cogitri.dev> | 2019-12-30 10:19:46 +0100 |
| commit | 0b6cd5c4ee48b8d8ce1f8c039afedddb834627da (patch) | |
| tree | 2355d909580cc4858fc8cc251ecac9faf0b8a96b /testing | |
| parent | cfde91da97b7118ac09e45e5519827b096210d4c (diff) | |
| download | aports-0b6cd5c4ee48b8d8ce1f8c039afedddb834627da.tar.bz2 aports-0b6cd5c4ee48b8d8ce1f8c039afedddb834627da.tar.xz | |
testing/firefox: disable on armhf
Sadly the wasm stuff still doesn't work on armhf, so keep it disabled for now.
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/firefox/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/firefox/APKBUILD b/testing/firefox/APKBUILD index 58f6c420f1..044043cbda 100644 --- a/testing/firefox/APKBUILD +++ b/testing/firefox/APKBUILD @@ -5,7 +5,7 @@ pkgver=71.0 pkgrel=1 pkgdesc="Firefox web browser" url="https://www.firefox.com/" -arch="all !s390" # limited by rust and cargo, build failure on armv7 +arch="all !s390x !armhf" # limited by rust and cargo, build failure on armhf due to wasm license="GPL-3.0-only AND LGPL-2.1-only AND LGPL-3.0-only AND MPL-2.0" makedepends=" alsa-lib-dev |
