aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-16 03:34:41 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-16 03:34:41 +0000
commitbaea0d8bf19c975f3a40018f7a538f7db7cf976e (patch)
treed5f66855f867cb8532e33b4c56b846c34ec6eaf4 /testing
parentfbc393b382b3614d37bbdbbf88478cf8afe32bed (diff)
downloadaports-baea0d8bf19c975f3a40018f7a538f7db7cf976e.tar.bz2
aports-baea0d8bf19c975f3a40018f7a538f7db7cf976e.tar.xz
testing/trivy: disable on mips
Diffstat (limited to 'testing')
-rw-r--r--testing/trivy/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/trivy/APKBUILD b/testing/trivy/APKBUILD
index 2707e301dd..662ce79fad 100644
--- a/testing/trivy/APKBUILD
+++ b/testing/trivy/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.5.4
pkgrel=0
pkgdesc="A Simple and Comprehensive Vulnerability Scanner for Containers, Suitable for CI"
url="https://github.com/aquasecurity/trivy"
-arch="all !s390x" # tests SIGSEGV on s390x - https://github.com/aquasecurity/trivy/issues/430
+arch="all !s390x !mips !mips64" # tests SIGSEGV on s390x - https://github.com/aquasecurity/trivy/issues/430
license="Apache 2.0"
makedepends="btrfs-progs-dev go linux-headers lvm2-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/aquasecurity/trivy/archive/v$pkgver.tar.gz"