mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-28 20:11:34 +01:00
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:
parent
4266a308a2
commit
bc5bdeaee9
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user