aboutsummaryrefslogtreecommitdiffstats
path: root/main/audit
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-03-31 05:11:10 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-03-31 05:11:10 +0000
commit7055639797c158c85c572a99c9f396db4f4b5956 (patch)
tree206310722ca167cb2a6d4f4cf122e6999f26e70c /main/audit
parent54b4129467790cec20eeb5bdeb7fe71ffa83103c (diff)
downloadaports-7055639797c158c85c572a99c9f396db4f4b5956.tar.bz2
aports-7055639797c158c85c572a99c9f396db4f4b5956.tar.xz
main/audit: disable tests on mips64
mips builder does not have audit support at the moment
Diffstat (limited to 'main/audit')
-rw-r--r--main/audit/APKBUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/main/audit/APKBUILD b/main/audit/APKBUILD
index d3c97e52f3..37f2ab2ba7 100644
--- a/main/audit/APKBUILD
+++ b/main/audit/APKBUILD
@@ -15,6 +15,13 @@ source="https://people.redhat.com/sgrubb/audit/audit-$pkgver.tar.gz
auditd.initd
auditd.confd"
+case "$CARCH" in
+mips*)
+ # mips builder does not have audit support enabled
+ options="$options !check"
+ ;;
+esac
+
builddir="$srcdir/audit-$pkgver"
build() {