From baea0d8bf19c975f3a40018f7a538f7db7cf976e Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Thu, 16 Apr 2020 03:34:41 +0000 Subject: testing/trivy: disable on mips --- testing/trivy/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing') 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" -- cgit v1.2.3