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).
This commit is contained in:
Ariadne Conill 2020-03-23 18:31:51 +00:00
parent 4266a308a2
commit bc5bdeaee9

View File

@ -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