Skip to content
Snippets Groups Projects
Commit f4bb8026 authored by Rasmus Thomsen's avatar Rasmus Thomsen
Browse files

testing/thunderbird: disable on armhf

Fails to build due to bad assembly
parent abac13dd
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ _xulver=$pkgver
pkgrel=1
pkgdesc="Thunderbird email client"
url="https://www.thunderbird.net/"
arch="all !s390x" # limited by rust and cargo
arch="all !s390x !armhf" # limited by rust and cargo. Fails on armhf due to bad assembly
license="GPL-3.0-or-later AND LGPL-2.1-or-later AND MPL-2.0"
options="!check !strip"
depends="
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment