aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 05:00:22 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 05:00:53 +0000
commit1806ac7d569fa26f4bc1068946feec7434acf83c (patch)
tree8a28b4061e0b2f8044b1c0d8248715ac17ca1b64
parentdb301824467d17a2ca562247f27ee8ead628f60d (diff)
community/afl: disable on mips
-rw-r--r--community/afl/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/afl/APKBUILD b/community/afl/APKBUILD
index 26914046fc4..8c8ddf6867e 100644
--- a/community/afl/APKBUILD
+++ b/community/afl/APKBUILD
@@ -5,7 +5,7 @@ pkgver=2.56b
pkgrel=2
pkgdesc="Fuzzer relying on genetic algorithms instead of brute force"
url="https://lcamtuf.coredump.cx/afl/"
-arch="all !x86"
+arch="all !x86 !mips !mips64"
license="Apache-2.0"
options="!check" # no tests provided
depends="clang llvm"