From bc5bdeaee9133ca6c5ef9268c842fc09e5bb573e Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Mon, 23 Mar 2020 18:31:51 +0000 Subject: main/libseccomp: disable tests on mips64 Our builder runs on a Cavium-supplied kernel since Octeon3 drivers are not fully upstreamed. Accordingly, the tests fail because the kernel is old (4.9.x). --- main/libseccomp/APKBUILD | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main/libseccomp/APKBUILD b/main/libseccomp/APKBUILD index 947e145ff3..164fc0c214 100644 --- a/main/libseccomp/APKBUILD +++ b/main/libseccomp/APKBUILD @@ -17,6 +17,10 @@ source="https://github.com/seccomp/libseccomp/releases/download/v$pkgver/libsecc fix-performace-regression.patch " +case "$CARCH" in + mips*) options="$options !check";; +esac + # secfixes: # 2.4.0-r0: # - CVE-2019-9893 -- cgit v1.2.3