aboutsummaryrefslogtreecommitdiffstats
path: root/testing/yara
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-11-05 01:53:34 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-11-05 01:53:34 +0100
commitf97e12007e049601c0b42050e3315998a0a87875 (patch)
treec31a7683ab2f3a3b63767465b76c0b7847523ad2 /testing/yara
parentf22ab26bac66b7c833714fd9e67bb99886e15f19 (diff)
downloadaports-f97e12007e049601c0b42050e3315998a0a87875.tar.bz2
aports-f97e12007e049601c0b42050e3315998a0a87875.tar.xz
testing/yara: disable on armhf due to tests failures
PASS: test-alignment PASS: test-version FAIL: test-rules FAIL: test-pe FAIL: test-elf FAIL: test-exception ============================================================================ Testsuite summary for yara 3.6.3 ============================================================================ # TOTAL: 6 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 4 # XPASS: 0 # ERROR: 0
Diffstat (limited to 'testing/yara')
-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"