diff options
| author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-16 03:34:41 +0000 |
|---|---|---|
| committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-16 03:34:41 +0000 |
| commit | baea0d8bf19c975f3a40018f7a538f7db7cf976e (patch) | |
| tree | d5f66855f867cb8532e33b4c56b846c34ec6eaf4 /testing | |
| parent | fbc393b382b3614d37bbdbbf88478cf8afe32bed (diff) | |
| download | aports-baea0d8bf19c975f3a40018f7a538f7db7cf976e.tar.bz2 aports-baea0d8bf19c975f3a40018f7a538f7db7cf976e.tar.xz | |
testing/trivy: disable on mips
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/trivy/APKBUILD | 2 |
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" |
