aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/yara/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/yara/APKBUILD b/testing/yara/APKBUILD
index e660ebabda..ad1afbd7e3 100644
--- a/testing/yara/APKBUILD
+++ b/testing/yara/APKBUILD
@@ -5,7 +5,7 @@ pkgver=3.6.3
pkgrel=0
pkgdesc="The pattern matching swiss knife for malware researchers"
url="https://virustotal.github.io/yara/"
-arch="all"
+arch="all !armhf" # armhf: tests fail
license="BSD-3-Clause"
makedepends="automake file-dev libressl-dev autoconf libtool flex"
source="$pkgname-$pkgver.tar.gz::https://github.com/VirusTotal/$pkgname/archive/v$pkgver.tar.gz"