accelio: mark as broken on grsec kernels
All hydra builds against grsec kernels fail.
This commit is contained in:
parent
1939256550
commit
8f261d717d
@ -56,6 +56,8 @@ stdenv.mkDerivation rec {
|
|||||||
platforms = with platforms; linux ++ freebsd;
|
platforms = with platforms; linux ++ freebsd;
|
||||||
maintainers = with maintainers; [ wkennington ];
|
maintainers = with maintainers; [ wkennington ];
|
||||||
# kernel 4.2 is the most recent supported kernel
|
# kernel 4.2 is the most recent supported kernel
|
||||||
broken = kernel != null && builtins.compareVersions kernel.version "4.2" == 1;
|
broken = kernel != null &&
|
||||||
|
(builtins.compareVersions kernel.version "4.2" == 1 ||
|
||||||
|
(kernel.features.grsecurity or false));
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user